Commit 5e08c76e by mic

feat: add new sql.

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