Creates a new database model following project conventions. Covers naming, indexes, relationships, and migrations. Use when adding a new entity, table, or when the user asks to create a model or schema.
Analyze existing models
models/, repositories/)Follow naming conventions
Add indexes when necessary
Create relationships
Generate migrations if required