项目用户添加是否教育人字段
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
alter table Project_ProjectUser add IsEducator bit NULL;
|
||||
go
|
||||
EXEC sp_addextendedproperty
|
||||
'MS_Description', N'是否教育人',
|
||||
'SCHEMA', N'dbo',
|
||||
'TABLE', N'Project_ProjectUser',
|
||||
'COLUMN', N'IsEducator'
|
||||
GO
|
||||
Reference in New Issue
Block a user