-- Migration 014: add api_key to models table SET search_path TO crawl; ALTER TABLE models ADD COLUMN IF NOT EXISTS api_key TEXT;