SGGL_SHJ/DataBase/版本日志/SGGLDB_V2024-11-06.sql

30 lines
489 B
Transact-SQL

alter table dbo.HJGL_Pipeline_Component
add Remark nvarchar(200)
go
alter table dbo.Tw_OutputMaster
add WarehouseMan nvarchar(50)
go
alter table dbo.Tw_OutputMaster
add WarehouseDate datetime
go
alter table dbo.Tw_InOutPlanMaster
add WarehouseMan nvarchar(50)
go
alter table dbo.Tw_InOutPlanMaster
add WarehouseDate datetime
go
alter table dbo.Tw_InputMaster
add WarehouseMan nvarchar(50)
go
alter table dbo.Tw_InputMaster
add WarehouseDate datetime
go