add-licheb-group_type
This commit is contained in:
+1
-1
@@ -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)';
|
||||
|
||||
Reference in New Issue
Block a user