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