Model the things the application needs to remember.
An entity represents one durable concept: a user, project, invoice, or order. Its fields record the facts that belong to that concept and give each fact a concrete type.
Project
- One concept
- Keep each entity focused on one recognizable subject.
- Stable identity
- Give every row a primary key that does not depend on display text.
- Useful types
- Choose types that preserve the meaning and constraints of each value.
Free · No signup · Mermaid export
Model your entities