liche update for admin auto car can edit at lists
This commit is contained in:
@@ -75,3 +75,4 @@ create table lc_auto_cars (
|
||||
primary key (id),
|
||||
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;
|
||||
|
||||
Reference in New Issue
Block a user