Kind: Database Model
Source: atloria-monorepo/libs/database/prisma/schema.prisma
Fields
| Field | Type | Required | Key |
|---|---|---|---|
id | String | ✓ | PK |
projectId | String | ✓ | |
organizationId | String | ✓ | |
title | String | ✓ | |
persona | String | ✓ | |
trigger | String | ✓ | |
outcome | String | ✓ | |
source | String | ✓ | |
isFlagship | Boolean | ✓ | |
jobId | String | - | |
createdAt | DateTime | ✓ | |
updatedAt | DateTime | ✓ |
Diagram
mermaiderDiagram ScenarioCandidate { id String [PK] projectId String organizationId String title String persona String trigger String outcome String source String isFlagship Boolean jobId String? createdAt DateTime updatedAt DateTime }
Was this page helpful?