2 lines
73 B
SQL
2 lines
73 B
SQL
ALTER TABLE buildings ADD COLUMN IF NOT EXISTS is_domestic boolean null;
|
ALTER TABLE buildings ADD COLUMN IF NOT EXISTS is_domestic boolean null;
|