custom_notspawned.sql 257 B

12345678
  1. #--------------------------------------
  2. # Table structure for custom_notspawned
  3. #--------------------------------------
  4. CREATE TABLE `custom_notspawned` (
  5. `id` int(11) NOT NULL,
  6. `isCustom` int(1) NOT NULL,
  7. PRIMARY KEY (`id`)
  8. ) ENGINE=MyISAM;