源战役
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.
 
 

17 lines
384 B

-- hh
-- 时装修改
ALTER TABLE `fashion_info`
DROP COLUMN `fashion_star_lv`;
ALTER TABLE `fashion_info`
DROP COLUMN `expiry_time`;
ALTER TABLE `fashion_pos`
DROP COLUMN `pos_lv`;
ALTER TABLE `fashion_pos`
DROP COLUMN `pos_upgrade_num`;
ALTER TABLE `fashion_info`
MODIFY COLUMN `color_list` varchar(2000) NOT NULL DEFAULT '[]' COMMENT '时装颜色列表';