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