Commit a602f55a by mercymodest

feat:- add yoga sql

parent e348c0d4
# CREATE TABLE `api_client_credentials` # CREATE TABLE `api_client_credentials`
...@@ -279,6 +279,16 @@ alter table user_management_records ...@@ -279,6 +279,16 @@ alter table user_management_records
alter table user alter table user
modify member_level tinyint(1) null comment '会员等级 0:A级 1:B级 2:C级'; modify member_level tinyint(1) null comment '会员等级 0:A级 1:B级 2:C级';
alter table `groups`
add store_menu_uuid_list text null comment '门店系统菜单uuid 数组';
alter table `groups`
modify group_type tinyint(1) null comment '角色类型 0-超级管理员 1-教练;2-店长;3-前台;4-跟进教练;5-分销员;6-其他';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment