源战役
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

7 lines
361 B

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