liche update for admin company manger

This commit is contained in:
xxb
2021-07-29 20:04:10 +08:00
committed by lccsw
parent 098f2e7c33
commit 8f3f905e96
9 changed files with 431 additions and 7 deletions
+2 -1
View File
@@ -40,7 +40,8 @@ create table lc_biz_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_biz_brand add column type tinyint(1) not null default 0 comment '类型:1-直营店,2-二网,3-合作店' after brand_logo;
alter table lc_biz_brand add column type tinyint(1) not null default 0 comment '类型:1-直营店,2-二网,3-合作店' after brand_logo;
alter table lc_biz_brand add column company_id int not null default 0 comment '公司ID' after type;
-- ----------------------------
-- Title:商家标签关系