This commit is contained in:
2025-01-14 10:10:43 +08:00
parent 330402c752
commit d47dd3c54f
2 changed files with 10 additions and 1 deletions
@@ -0,0 +1,9 @@
alter table dbo.Sys_User
add IsInspectionBrigade bit
go
exec sp_addextendedproperty 'MS_Description', N'是否督查人员', 'SCHEMA', 'dbo', 'TABLE', 'Sys_User', 'COLUMN',
'IsInspectionBrigade'
go