3 lines
95 B
MySQL
3 lines
95 B
MySQL
|
|
alter table Sys_User add LockTime datetime null
|
||
|
|
alter table Sys_User add ErrorTimes int null
|
||
|
|
GO
|