ALTER TABLE channels ADD COLUMN access_mode TEXT NOT NULL DEFAULT 'public'; ALTER TABLE channels ADD COLUMN access_password_hash TEXT;