| .. | ||
| history.prisma | ||
| permission.prisma | ||
| README.md | ||
| role.prisma | ||
Meta Schema
The meta schema manages system governance, auditing, and configuration.
- Auditing: The
Historytable tracks every change made to thecoreentities (Create/Update/Delete) for rollback and accountability. - RBAC: Implements Role-Based Access Control via
RoleandPermissionentities.