Project

General

Profile

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