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