add-licheb-group_type

This commit is contained in:
lccsw
2021-09-17 15:36:23 +08:00
parent bd2a23b1ad
commit c80855a64b
16 changed files with 1098 additions and 217 deletions
+1 -1
View File
@@ -22,4 +22,4 @@ create table lc_app_licheb_users (
primary key (id)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='狸车宝用户表';
alter table lc_app_licheb_users add column jsondata json default null comment '其他信息' after biz_id;
alter table lc_app_licheb_users modify biz_id varchar(200) not null default 0 comment '门店id多个用逗号隔开(1,2,3)';