1
0
cvsa/packages/core/prisma/models/platform
2026-02-08 21:58:04 +08:00
..
file.prisma update: a more comprehensive prisma schema 2026-02-08 21:58:04 +08:00
post.prisma update: a more comprehensive prisma schema 2026-02-08 21:58:04 +08:00
README.md update: a more comprehensive prisma schema 2026-02-08 21:58:04 +08:00
reputationHistory.prisma update: a more comprehensive prisma schema 2026-02-08 21:58:04 +08:00

Platform Schema

This schema contains tables and logic specific to the CVSA as a platform.

Purpose

While the core schema focuses on universal SVS (Singing Voice Synthesis) data that could theoretically be shared across different encyclopedia projects, the platform schema manages data unique to this specific implementation.

It includes:

  • User Activity: Personal notes, bookmarks, and interaction history.
  • System State: File storage metadata and upload tracking.

and so on.