pipeline-opportunity/scripts/migrate_ppt_path.sql

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

-- pipeline-opportunity 迁移:报告 PPT 路径字段2026-08-29
-- 幂等:列已存在时报错可忽略
ALTER TABLE opp_reports ADD COLUMN ppt_path VARCHAR(500) DEFAULT '';