edit-auto-cars
This commit is contained in:
@@ -83,6 +83,7 @@ alter table lc_auto_cars
|
||||
add column incor_id int unsigned not null default '0' comment '内饰颜色' after cor_id;
|
||||
alter table lc_auto_cars modify attrs char(30) not null default '' comment '属性组合:{type0id}_{type1id}_{type2id}';
|
||||
alter table lc_auto_cars drop index attrs;
|
||||
alter table lc_auto_cars add price_floor double(10,2) not null default '0.00' comment '车辆底价' after price_car;
|
||||
|
||||
|
||||
-- ----------------------------
|
||||
|
||||
Reference in New Issue
Block a user