-- 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}]';
|