Files

2 lines
64 B
Transact-SQL
Raw Permalink Normal View History

2023-11-25 16:03:59 +08:00
alter table [dbo].[WBS_ControlItemInit] add IsJDItem bit null
GO