Files
digital-psychology/apps/api/migrations/000003_scales.down.sql
T
jackyu66gitandCursor 15a9db374a feat: add exploration scale list, questions, and scoring
Seed communication-style scale, expose /api/v1/scales APIs, and wire
Explore/Scale H5 pages for the P1 探索测试 path.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-08-02 16:29:31 +08:00

4 lines
103 B
SQL

DROP TABLE IF EXISTS scale_results;
DROP TABLE IF EXISTS scale_questions;
DROP TABLE IF EXISTS scales;