源战役
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 

5 行
275 B

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