This website requires JavaScript.
Explore
Help
Register
Sign In
wangliwen
/
share-platform
Watch
1
Star
0
Fork
You've already forked share-platform
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
0673343ad6
share-platform
/
config
/
db
/
V7.2__sys_user_add_col.sql
1 line
94 B
SQL
Raw
Blame
History
ALTER
TABLE
`
sys_user
`
ADD
COLUMN
`
frequency
`
int
NULL
DEFAULT
0
COMMENT
'
登录失败次数
'
;
Reference in New Issue
View Git Blame
Copy Permalink