colouring-montreal/migrations/037.is_domestic.up.sql

2 lines
73 B
MySQL
Raw Normal View History

ALTER TABLE buildings ADD COLUMN IF NOT EXISTS is_domestic boolean null;