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

3 line
319 B

  1. -- 社团竞速添加column
  2. -- tyl
  3. alter table guild_race_rank_member add column `old_power` BIGINT(20) UNSIGNED NOT NULL DEFAULT 0 COMMENT '上次结算战力' after `position`;
  4. alter table guild_race_rank add column `old_power` BIGINT(20) UNSIGNED NOT NULL DEFAULT 0 COMMENT '上次结算总战力' after `sum_power`;