Kind: Database Model
Source: atloria-monorepo/libs/database/prisma/schema.prisma
Fields
| Field | Type | Required | Key |
|---|---|---|---|
id | String | ✓ | PK |
urlId | String | ✓ | unique |
name | String | ✓ | |
slug | String | ✓ | |
description | String | - | |
icon | String | - | |
color | String | - | |
sortOrder | Int | ✓ | |
documentStructure | Json | - |
Diagram
mermaiderDiagram Collection { id String [PK] urlId String [UNIQUE] name String slug String description String? icon String? color String? sortOrder Int documentStructure Json? }
Referenced By
Document(HAS_ONE)
Was this page helpful?