ALTER TABLE :table ALTER COLUMN "isNewWorld" TYPE boolean USING COALESCE("isNewWorld", false);