Kind: Database Model
Source: atloria-monorepo/libs/database/prisma/schema.prisma
Fields
| Field | Type | Required | Key |
|---|---|---|---|
id | String | ✓ | PK |
issueId | String | ✓ | |
actorId | String | - | |
action | String | ✓ | |
fromValue | String | - | |
toValue | String | - | |
metadata | Json | - | |
createdAt | DateTime | ✓ |
Diagram
mermaiderDiagram DocIssueActivity { id String [PK] issueId String actorId String? action String fromValue String? toValue String? metadata Json? createdAt DateTime } DocIssueActivity ||--|| DocIssueReport : "" DocIssueActivity ||--|| User : ""
Relationships
- HAS_ONE →
DocIssueReport - HAS_ONE →
User
Referenced By
User(HAS_ONE)
Was this page helpful?