源战役
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
254 B

-- liushl
alter table player_devour add column `active_lv` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT '激活的节点等级';
alter table equipment add column `gems_suit` varchar(255) NOT NULL DEFAULT '[]' COMMENT '宝石套装##[{series,lv}]';