Kind: Database Model
Source: atloria-monorepo/libs/database/prisma/schema.prisma
Fields
| Field | Type | Required | Key |
|---|---|---|---|
id | String | ✓ | PK |
projectId | String | ✓ | |
name | String | ✓ | |
description | String | - | |
color | String | ✓ | |
isDefault | Boolean | ✓ | |
settings | Json | ✓ |
Diagram
mermaiderDiagram Board { id String [PK] projectId String name String description String? color String isDefault Boolean settings Json }
Referenced By
User(HAS_ONE)BoardColumn(HAS_ONE)BoardCard(HAS_ONE)
Was this page helpful?