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

30 lines
489 B
MySQL
Raw Normal View History

2024-11-06 09:36:10 +08:00
alter table dbo.HJGL_Pipeline_Component
add Remark nvarchar(200)
go
2024-11-07 16:22:03 +08:00
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