What problem does it solve?
This Skill provides a comprehensive understanding of the Auth API's database schema, including all models, their fields, relationships, and indexes, enabling efficient data management and development.
Core Features & Use Cases
- Database Model Details: Lists all 17 GORM models with detailed field descriptions, types, and key constraints.
- Entity Relationship Diagram: Visualizes the connections between different entities like Tenants, Applications, Users, Roles, etc.
- Cross-Cutting Patterns: Highlights common design patterns used across models, such as UUID primary keys and multi-tenancy via AppID.
- Use Case: When developing a new feature that requires storing user preferences, you can use this Skill to quickly identify the
User model, understand its structure, and see how it relates to other entities like Application.
Quick Start
Show me the database schema for the Auth API, including all models and their relationships.