PostgreSQL rejects 'BOOLEAN DEFAULT 0' (DatatypeMismatchError: default
expression is of type integer), which aborted the production deploy
during the segments/workspaces migration. sa.false() renders DEFAULT
false on PostgreSQL and DEFAULT 0 on SQLite.