1.用户表新增字段

This commit is contained in:
dinggang 2022-11-14 17:02:14 +08:00
parent a14ba472eb
commit c844000ff1
1 changed files with 1 additions and 0 deletions

View File

@ -0,0 +1 @@
ALTER TABLE sys_user ADD COLUMN 'frequency' int NULL DEFAULT 0 COMMENT '登录失败次数';