edit-licheb-customer

This commit is contained in:
lccsw
2021-08-05 14:40:02 +08:00
parent 5526ed9f51
commit fc49260836
19 changed files with 525 additions and 40 deletions
+1
View File
@@ -12,6 +12,7 @@ create table lc_auto_brand (
u_time timestamp not null default current_timestamp on update current_timestamp,
primary key (id)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='车型库_品牌';
alter table lc_auto_brand add logo varchar(70) not null default '' comment '品牌logo' after name;
-- ----------------------------
-- Title:车型库_车系