Project

General

Profile

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