colouring-montreal/migrations/019.simple-dynamics.up.sql

2 lines
80 B
MySQL
Raw Permalink Normal View History

2021-03-11 14:15:58 -05:00
ALTER TABLE buildings
ADD column demolished_buildings JSONB DEFAULT '[]'::JSONB;