siegable_hall_flagwar_attackers.sql 319 B

1234567
  1. CREATE TABLE IF NOT EXISTS `siegable_hall_flagwar_attackers` (
  2. `hall_id` tinyint(2) unsigned NOT NULL DEFAULT '0',
  3. `flag` int(10) unsigned NOT NULL DEFAULT '0',
  4. `npc` int(10) unsigned NOT NULL DEFAULT '0',
  5. `clan_id` int(10) unsigned NOT NULL DEFAULT '0',
  6. PRIMARY KEY (`flag`)
  7. ) ENGINE=InnoDB DEFAULT CHARSET=utf8;