SGGL_SHJ/DataBase/版本日志/SGGLDB_V2025-01-15-gaofei.sql

8 lines
214 B
Transact-SQL

alter table dbo.Person_Persons
add IsInspectionBrigade bit
go
exec sp_addextendedproperty 'MS_Description', N'是否督查人员', 'SCHEMA', 'dbo', 'TABLE', 'Person_Persons', 'COLUMN',
'IsInspectionBrigade'
go