alter table dbo.Sys_User add IsInspectionBrigade bit go exec sp_addextendedproperty 'MS_Description', N'ΚΗ·ρΆ½²ιΘΛΤ±', 'SCHEMA', 'dbo', 'TABLE', 'Sys_User', 'COLUMN', 'IsInspectionBrigade' go