Kind: Database Model
Source: atloria-monorepo/libs/database/prisma/schema.prisma
Fields
| Field | Type | Required | Key |
|---|---|---|---|
id | String | ✓ | PK |
projectId | String | ✓ | |
organizationId | String | ✓ | |
name | String | ✓ | |
startUrl | String | ✓ | |
steps | Json | ✓ | |
createdAt | DateTime | ✓ |
Diagram
mermaiderDiagram CapturedFlow { id String [PK] projectId String organizationId String name String startUrl String steps Json createdAt DateTime }
Was this page helpful?