Kind: Database Model
Source: atloria-monorepo/libs/database/prisma/schema.prisma
Fields
| Field | Type | Required | Key |
|---|---|---|---|
id | String | ✓ | PK |
name | String | ✓ | |
description | String | - | |
projectId | String | ✓ | |
steps | Json | ✓ | |
version | Int | ✓ | |
createdAt | DateTime | ✓ | |
updatedAt | DateTime | ✓ |
Diagram
mermaiderDiagram Flow { id String [PK] name String description String? projectId String steps Json version Int createdAt DateTime updatedAt DateTime } Flow ||--|| Project : ""
Relationships
- HAS_ONE →
Project
Was this page helpful?