SGGL_SHJ/DataBase/版本日志/SGGLDB_V2026-02-26-gf.sql

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