liche update for admin user support super majia

This commit is contained in:
xxb
2021-08-19 19:55:17 +08:00
committed by xiaoyu
parent 43f290020f
commit a5fc02b073
7 changed files with 375 additions and 0 deletions
+1
View File
@@ -21,4 +21,5 @@ create table lc_app_licheb_users (
u_time timestamp not null default current_timestamp on update current_timestamp,
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;