3 lines
95 B
Transact-SQL
3 lines
95 B
Transact-SQL
alter table Sys_User add LockTime datetime null
|
|
alter table Sys_User add ErrorTimes int null
|
|
GO |