Commit 7f5edaeb by mic

feat: add new sql.

parent 351f20b5
alter table t_user
alter table t_user
alter table t_user
add ban_time int null comment '用户封禁时间,单位:秒,为空 默认取: 86400*7';
alter table t_user_device_codes
add ban_login tinyint default 0 null comment '是否禁止登录 0:否 1:是 default: 0';
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