This website requires JavaScript.
Explore
Help
Register
Sign In
bonus
/
dbpatch
Watch
1
Star
0
Fork
You've already forked dbpatch
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
70aa4e5f9c
dbpatch
/
202409
/
南网仓储
/
20240928_增加sysuser字段.sql
1 line
123 B
SQL
Raw
Blame
History
ALTER
TABLE
`
sys_user
`
ADD
COLUMN
`
force_change_pwd
`
char
(
1
)
DEFAULT
'
1
'
COMMENT
'
0不强制改密码 1强制改密码
'
;
Reference in New Issue
View Git Blame
Copy Permalink