3 lines
117 B
MySQL
3 lines
117 B
MySQL
|
|
alter table HSSE_ConstructionRisk add IsLarge bit null
|
||
|
|
alter table HSSE_ConstructionRisk add IsSuperLarge bit null
|
||
|
|
GO
|