Database Overview¶
Overview¶
This page consolidates the implemented database model across the repository.
Snapshot¶
| Aspect | Current State |
|---|---|
| Implemented services with persistence | 0 |
| Total detected entities | 0 |
| Liquibase-backed services | 0 |
Implemented Service Schemas¶
No service schemas were generated.
Constraints and Persistence Notes¶
- Review nullability, unique constraints, token lifecycle flags, timestamps, and join columns in code before changing this page.
- Prefer entities and changelogs over older Markdown when the two diverge.
Source of Truth¶
- JPA entities and changelog files are the source of truth for this page.