Files
Mycontent/soul-api/scripts/add_part_label.sql
Alex-larget c43b6be153 1
2026-03-21 21:01:10 +08:00

4 lines
249 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.

-- 角标单独字段chapters 表新增 part_label
-- 执行: node .cursor/scripts/db-exec/run.js -f soul-api/scripts/add_part_label.sql
ALTER TABLE chapters ADD COLUMN part_label VARCHAR(20) DEFAULT '' COMMENT '篇角标,如 一、二、派';