-- Align posts table with current Post model fields used by API ALTER TABLE posts ADD COLUMN IF NOT EXISTS parse_mode TEXT; ALTER TABLE posts ADD COLUMN IF NOT EXISTS show_caption_above_media BOOLEAN NOT NULL DEFAULT FALSE;