add-srv-company

This commit is contained in:
lccsw
2021-11-19 10:33:40 +08:00
parent 5d7bee2db5
commit a1fa513691
5 changed files with 38 additions and 10 deletions
+1
View File
@@ -30,6 +30,7 @@ create table lc_biz (
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;
alter table lc_biz add column jsondata json null comment '其他数据' after company_id;
alter table lc_biz add srv_company_id int(11) not null default 0 comment '收服务费公司ID' after company_id;
-- ----------------------------
-- Title:品牌表