upgrade_20131111.sql 328 B

1234567891011
  1. --
  2. -- Table structure for table `bonus_script`
  3. --
  4. CREATE TABLE IF NOT EXISTS `bonus_script` (
  5. `char_id` int(11) NOT NULL,
  6. `script` varchar(1024) NOT NULL,
  7. `tick` int(11) NOT NULL,
  8. `flag` tinyint(3) unsigned NOT NULL DEFAULT '0',
  9. `type` tinyint(1) unsigned NOT NULL DEFAULT '0'
  10. ) ENGINE=InnoDB DEFAULT CHARSET=latin1;