Kind: Database Model
Source: atloria-monorepo/libs/database/prisma/schema.prisma
Fields
| Field | Type | Required | Key |
|---|---|---|---|
id | String | ✓ | PK |
projectId | String | ✓ | unique |
enabled | Boolean | ✓ | |
provider | String | ✓ | |
targetBranch | String | - | |
docsPathPrefix | String | ✓ | |
writeMode | String | ✓ | |
rung2Enabled | Boolean | ✓ | |
createdAt | DateTime | ✓ | |
updatedAt | DateTime | ✓ |
Diagram
mermaiderDiagram DocsPrConfig { id String [PK] projectId String [UNIQUE] enabled Boolean provider String targetBranch String? docsPathPrefix String writeMode String rung2Enabled Boolean createdAt DateTime updatedAt DateTime } DocsPrConfig ||--|| Project : ""
Relationships
- HAS_ONE →
Project
Was this page helpful?