liche update for admin company add wx_mchid

This commit is contained in:
xxb
2021-08-05 16:10:41 +08:00
committed by lccsw
parent f853696eba
commit b045dd6d05
4 changed files with 10 additions and 1 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ create table lc_biz (
u_time timestamp not null default current_timestamp on update current_timestamp comment '更新时间',
primary key (id)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='商家表';
alter table lc_biz add column type tinyint(1) not null default 0 comment '类型:1-直营店,2-二网3-合作' after floor;
alter table lc_biz add column type tinyint(1) not null default 0 comment '类型:1-合伙店,2-加盟店3-代理' after floor;
alter table lc_biz add column company_id int not null default 0 comment '公司ID' after type;
-- ----------------------------