ALTER TABLE post ADD COLUMN is_sensitive BOOLEAN NOT NULL DEFAULT FALSE; ALTER TABLE post ALTER COLUMN is_sensitive DROP DEFAULT;