Kind: Database Model
Source: atloria-monorepo/libs/database/prisma/schema.prisma
Fields
| Field | Type | Required | Key |
|---|---|---|---|
id | String | ✓ | PK |
projectId | String | ✓ | |
organizationId | String | ✓ | |
docVersionId | String | - | |
documentId | String | - | |
jobId | String | - | |
slug | String | ✓ | |
locale | String | ✓ | |
status | String | ✓ | |
videoUrl | String | - | |
posterUrl | String | - | |
captionsUrl | String | - | |
chapters | Json | - | |
hotspots | Json | - |
Diagram
mermaiderDiagram ManualVideo { id String [PK] projectId String organizationId String docVersionId String? documentId String? jobId String? slug String locale String status String videoUrl String? posterUrl String? captionsUrl String? chapters Json? hotspots Json? }
Was this page helpful?