Files
MBTI_wang/api/database/migrations/migrate_gaokao_legacy_to_unified.sql
Ghost c4ac0f8a08 feat: 高考志愿与定价分销链路更新(管理端/API/小程序)
- 新增高考志愿核心服务、模型、控制器与迁移脚本

- 同步管理端定价/分销/设置与小程序入口、历史、测试选择和支付逻辑

- 补充相关开发文档

Made-with: Cursor
2026-04-25 16:19:08 +08:00

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

-- 可选:将旧版 mbti_gaokao_report 迁入 mbti_test_resultstestType=gaokao
-- 执行前请备份数据库;按实际 MySQL 版本与 JSON 函数编写 INSERT…SELECT。
-- 迁移完成后:用新 test_results.id 回写 mbti_gaokao_user_profile.latestReportId再择机 DROP 旧高考业务表。