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