提交代码
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
alter table dbo.Person_Persons
|
||||
add IsInspectionBrigade bit
|
||||
go
|
||||
|
||||
exec sp_addextendedproperty 'MS_Description', N'是否督查人员', 'SCHEMA', 'dbo', 'TABLE', 'Person_Persons', 'COLUMN',
|
||||
'IsInspectionBrigade'
|
||||
go
|
||||
Reference in New Issue
Block a user