-- 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;