源战役
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.
 
 

11 rivejä
469 B

-- zhaoyu
ALTER TABLE `log_arena_season_rank`
MODIFY COLUMN `season_id` int(11) UNSIGNED NOT NULL DEFAULT 0 COMMENT '赛季Id' AFTER `id`;
CREATE TABLE IF NOT EXISTS `player_visus_skill` (
`role_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0' COMMENT '玩家Id',
`skill_id` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '当前使用的技能Id',
PRIMARY KEY (`role_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='幻光功能-玩家当前使用的技能Id';