liche update for admin company add wx_mchid
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
-- ----------------------------
|
||||
|
||||
Reference in New Issue
Block a user