soroban-abacus-flashcards/apps/web/drizzle/0058_blushing_impossible_ma...

3 lines
161 B
SQL

-- Add llm_json_schema column to practice_attachments for storing the JSON Schema sent to the LLM
ALTER TABLE `practice_attachments` ADD `llm_json_schema` text;