1
0
cvsa/packages/core/prisma/models/meta
2026-02-08 21:58:04 +08:00
..
history.prisma update: a more comprehensive prisma schema 2026-02-08 21:58:04 +08:00
permission.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
role.prisma update: a more comprehensive prisma schema 2026-02-08 21:58:04 +08:00

Meta Schema

The meta schema manages system governance, auditing, and configuration.

  • Auditing: The History table tracks every change made to the core entities (Create/Update/Delete) for rollback and accountability.
  • RBAC: Implements Role-Based Access Control via Role and Permission entities.