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

8 lines
419 B
MySQL
Raw Permalink Normal View History

2024-11-07 14:24:59 +08:00
alter table HSSE_ConstructionRisk add SubUnitDutyPerson nvarchar(50) null
alter table HSSE_ConstructionRisk add MainUnitDutyPerson nvarchar(50) null
alter table HSSE_ConstructionRisk add MainUnitCheckPerson nvarchar(500) null
2024-11-27 15:21:14 +08:00
GO
alter table [dbo].[HSSE_ConstructionRiskCheck] alter column [Rectification] nvarchar(500) null
GO
alter table [dbo].[HSSE_ConstructionRiskControl] alter column Measures nvarchar(500) null
2024-11-07 14:24:59 +08:00
GO