Files

3 lines
117 B
Transact-SQL
Raw Permalink Normal View History

2025-02-18 15:12:04 +08:00
alter table HSSE_ConstructionRisk add IsLarge bit null
alter table HSSE_ConstructionRisk add IsSuperLarge bit null
GO