Advertisement
SkullCrack

/Graf/ Install.sql

Jun 27th, 2011
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SQL 0.25 KB | None | 0 0
  1. CREATE TABLE `check` (
  2.   `horda` INT(11) NOT NULL,
  3.   `aliance` INT(11) NOT NULL,
  4.   `server` INT(11) DEFAULT NULL,
  5.   `date` datetime DEFAULT NULL,
  6.   `id` INT(11) NOT NULL AUTO_INCREMENT,
  7.   PRIMARY KEY  (`id`)
  8. ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement