Files
gitlab-instance-0a899031_wxh5/supabase/migrations/002_add_article_markdown.sql
2026-03-11 10:26:40 -05:00

3 lines
159 B
SQL
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
-- 若已执行过 001可单独执行此文件添加 article_markdown 列
ALTER TABLE wxgzh_course_chapters ADD COLUMN IF NOT EXISTS article_markdown TEXT;