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

8 lines
214 B
MySQL
Raw Permalink Normal View History

2025-01-15 12:20:37 +08:00
alter table dbo.Person_Persons
add IsInspectionBrigade bit
go
exec sp_addextendedproperty 'MS_Description', N'<EFBFBD>Ƿ񶽲<EFBFBD><EFBFBD><EFBFBD>Ա', 'SCHEMA', 'dbo', 'TABLE', 'Person_Persons', 'COLUMN',
'IsInspectionBrigade'
go