Files
SGGL_SHJ/DataBase/版本日志/SGGLDB_V2026-02-26-gf.sql
T
2026-03-06 17:58:48 +08:00

5 lines
115 B
Transact-SQL

alter table SitePerson_Person add IsSyncWelder bit null
GO
alter table BS_Welder add PersonId nvarchar(50) null
GO