源战役
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 

7 行
361 B

-- 2020-09-11
-- huangyongxing
-- 修改战力字段,扩充为bigint
ALTER TABLE `player_state` MODIFY COLUMN `last_combat_power` bigint(20) unsigned NOT NULL DEFAULT '0' COMMENT '玩家最后退出游戏时候的战力';
ALTER TABLE `player_high` MODIFY COLUMN `hightest_combat_power` bigint(20) unsigned NOT NULL DEFAULT '0' COMMENT '历史最高战力';