Kind: Database Model
Source: atloria-monorepo/libs/database/prisma/schema.prisma
Fields
| Field | Type | Required | Key |
|---|---|---|---|
id | String | ✓ | PK |
projectId | String | ✓ | |
format | ReportFormat | ✓ | |
period | Int | ✓ | |
sections | String[] | ✓ | |
filename | String | ✓ | |
fileSize | Int | ✓ | |
scheduledReportId | String | - | |
createdById | String | - | |
createdAt | DateTime | ✓ |
Diagram
mermaiderDiagram ExportHistory { id String [PK] projectId String format ReportFormat period Int sections String[] filename String fileSize Int scheduledReportId String? createdById String? createdAt DateTime } ExportHistory ||--|| Project : ""
Relationships
- HAS_ONE →
Project
Was this page helpful?