Commit 6dedc8f3 by mercymodest

feat:- add sql

parent 059b2fa3
alter table t_device_group
alter table t_device_group
......@@ -19,7 +19,8 @@ alter table t_email_callback_log
alter table t_user
modify user_type tinyint(1) default 0 null comment '用户类型,0:普通用户,1:会员用户 2:游客(未注册状态,仅数据库可查)';
alter table t_email_callback_log
add utc_offset tinyint default 0 null comment '时区偏移量';
......
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