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