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

4 lines
319 B

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