SGGL_SHJ/DataBase/版本日志/已更新脚本/SGGLDB_V2023-07-20.sql

12 lines
401 B
Transact-SQL

alter table WBS_ControlItemInit add CheckAcceptType char(1) null
GO
alter table WBS_ControlItemProject add CheckAcceptType char(1) null
GO
alter table WBS_ControlItemAndCycle add CheckAcceptType char(1) null
GO
alter table WBS_WorkPackageInit add SubItemType char(1) null
GO
alter table WBS_WorkPackageProject add SubItemType char(1) null
GO
alter table WBS_WorkPackage add SubItemType char(1) null
GO