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