Kind: Database Model
Source: atloria-monorepo/libs/database/prisma/schema.prisma
Fields
| Field | Type | Required | Key |
|---|---|---|---|
id | String | ✓ | PK |
projectId | String | ✓ | |
documentId | String | - | |
documentSlug | String | ✓ | |
sessionId | String | ✓ | |
rating | FeedbackRating | ✓ | |
comment | String | - | |
userAgent | String | - | |
country | String | - | |
createdAt | DateTime | ✓ |
Diagram
mermaiderDiagram DocFeedback { id String [PK] projectId String documentId String? documentSlug String sessionId String rating FeedbackRating comment String? userAgent String? country String? createdAt DateTime } DocFeedback ||--|| Project : ""
Relationships
- HAS_ONE →
Project
Was this page helpful?