Advertisement
intval

phpguide - blog post about cms - pages table creation query

Jun 15th, 2011
472
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SQL 0.17 KB | None | 0 0
  1. CREATE TABLE `pages` (
  2. `id` MEDIUMINT UNSIGNED NOT NULL AUTO_INCREMENT PRIMARY KEY ,
  3. `content` TEXT NOT NULL
  4. ) ENGINE = MYISAM CHARACTER SET utf8 COLLATE utf8_general_ci
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement