1 2 3 4 5 6
begin; ALTER table open311conf ADD column send_comments BOOL NOT NULL DEFAULT 'f'; commit;