2 lines
80 B
SQL
2 lines
80 B
SQL
ALTER TABLE buildings
|
|
ADD column demolished_buildings JSONB DEFAULT '[]'::JSONB; |
ALTER TABLE buildings
|
|
ADD column demolished_buildings JSONB DEFAULT '[]'::JSONB; |