Commit 059b2fa3 by mercymodest

feat:- add sql

parent fb3ff445
alter table t_device_group
alter table t_device_group
......@@ -16,6 +16,10 @@ alter table t_user_calendar_categories
alter table t_email_callback_log
add sender_email VARCHAR(200) null comment '发件人邮箱';
alter table t_user
modify user_type tinyint(1) default 0 null comment '用户类型,0:普通用户,1:会员用户 2:游客(未注册状态,仅数据库可查)';
......
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