liche update for admin auto car add price book

This commit is contained in:
xxb
2021-08-10 15:34:10 +08:00
committed by lccsw
parent e25748d231
commit 45251d590a
3 changed files with 15 additions and 8 deletions
+1
View File
@@ -76,3 +76,4 @@ create table lc_auto_cars (
unique(attrs)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='车型库';
alter table lc_auto_cars add column month_pay double(10,2) not null default 0.0 comment '月供' after first_pay;
alter table lc_auto_cars add column price_book double(10,2) not null default 0.0 comment '定金' after price_car;