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

2 lines
70 B
MySQL
Raw Normal View History

2023-02-07 03:57:54 -05:00
ALTER TABLE buildings ADD COLUMN IF NOT EXISTS is_domestic text null;