HJGL_DS/DataBase/版本日志/HJGLDB_DS_2025-10-27_gf.sql

3 lines
95 B
Transact-SQL

alter table Sys_User add LockTime datetime null
alter table Sys_User add ErrorTimes int null
GO