edit-auto-cars

This commit is contained in:
lccsw
2021-10-28 09:47:39 +08:00
parent bcea3bb0bc
commit 7817f9c9a4
14 changed files with 96 additions and 123 deletions
+1
View File
@@ -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;
-- ----------------------------