-- tyl
-- 废土战场添加战力字段
alter table wasteland_war add column `power` BIGINT(20) UNSIGNED NOT NULL DEFAULT '0' COMMENT '战力' after `server_num`;