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

  1. -- liushl
  2. alter table equipment_series
  3. add column `sp_lv` smallint(5) unsigned NOT NULL DEFAULT '1' COMMENT '成长属性等级' after empower_lv;
  4. alter table equipment_series
  5. add column `sp_exp` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '成长属性经验' after sp_lv;