edit-upda-order_time

This commit is contained in:
lccsw
2021-11-26 11:34:00 +08:00
parent a41b8ff77f
commit 7febbcd69d
4 changed files with 11 additions and 9 deletions
+1
View File
@@ -84,6 +84,7 @@ alter table lc_auto_cars
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;
alter table lc_auto_cars add price_fine_floor double(10,2) not null default '0.00' comment '精品底价' after price_fine;
-- ----------------------------