model.sql 111 B

1234
  1. CREATE TABLE `$tablename` (
  2. `userid` MEDIUMINT(8) unsigned NOT NULL,
  3. UNIQUE KEY (`userid`)
  4. ) TYPE=MyISAM;