源战役
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

7 lines
320 B

-- liushl
-- BOSS关注
CREATE TABLE `local_boss_focus` (
`role_id` bigint(20) unsigned NOT NULL DEFAULT '0' COMMENT '玩家ID',
`boss_id` int(11) unsigned NOT NULL DEFAULT '0' COMMENT 'BOSS',
PRIMARY KEY (`role_id`, `boss_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='本服BOSS-关注信息##合服保留';