Kind: Database Model
Tags for categorizing posts
Fields
| Field | Type | Required | Key |
|---|---|---|---|
id | String | ✓ | PK |
name | String | ✓ | unique |
Diagram
mermaiderDiagram Tag { id String [PK] name String [UNIQUE] } Tag ||--}o Post : ""
Relationships
- HAS_MANY →
Post
Referenced By
Post(HAS_MANY)
Was this page helpful?