ALTER TABLE bots ADD COLUMN IF NOT EXISTS is_public BOOLEAN DEFAULT FALSE; UPDATE bots SET is_public = FALSE WHERE is_public IS NULL;