zzarbi

Database

Feb 2nd, 2012
432
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SQL 0.15 KB | None | 0 0
  1. CREATE TABLE IF NOT EXISTS `basic` (
  2.   `id` INT(11) NOT NULL AUTO_INCREMENT,
  3.   `text` VARCHAR(255) NOT NULL,
  4.   PRIMARY KEY (`id`)
  5. ) ENGINE=InnoDB;
Advertisement
Add Comment
Please, Sign In to add comment