Kind: Database Model
User profile with extended information
Fields
| Field | Type | Required | Key |
|---|---|---|---|
id | String | ✓ | PK |
bio | String | - | |
avatarUrl | String | - | |
website | String | - | |
location | String | - | |
userId | String | ✓ | unique |
Diagram
mermaiderDiagram Profile { id String [PK] bio String? avatarUrl String? website String? location String? userId String [UNIQUE] } Profile ||--|| User : "userId"
Relationships
- BELONGS_TO →
User
Referenced By
User(HAS_ONE)
Was this page helpful?