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.
|
|
- -- liushl
- alter table equipment_series
- add column `sp_lv` smallint(5) unsigned NOT NULL DEFAULT '1' COMMENT '成长属性等级' after empower_lv;
- alter table equipment_series
- add column `sp_exp` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '成长属性经验' after sp_lv;
|