This commit is contained in:
2025-10-27 15:42:44 +08:00
parent 751270c1c6
commit 64cf9e51b6
5 changed files with 120 additions and 34 deletions
@@ -0,0 +1,3 @@
alter table Sys_User add LockTime datetime null
alter table Sys_User add ErrorTimes int null
GO