Advertisement
JulianoLoren

create db

May 5th, 2012
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. CREATE TABLE `record` (
  2. `id` INT NOT NULL AUTO_INCREMENT PRIMARY KEY ,
  3. `gift` TEXT CHARACTER SET utf8 COLLATE utf8_general_ci NULL ,
  4. `secret` TEXT CHARACTER SET utf8 COLLATE utf8_general_ci NULL ,
  5. `email` TEXT CHARACTER SET utf8 COLLATE utf8_general_ci NULL ,
  6. `IP` TEXT CHARACTER SET utf8 COLLATE utf8_general_ci NULL
  7. ) ENGINE = MYISAM ;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement