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

4 lines
228 B
MySQL
Raw 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
GO