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