Commit b488c64d by mercymodest

Merge remote-tracking branch 'origin/master'

parents 56dfda87 5e08c76e
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';
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