Kind: Database Model
Source: atloria-monorepo/libs/database/prisma/schema.prisma
Fields
| Field | Type | Required | Key |
|---|---|---|---|
id | String | ✓ | PK |
projectId | String | ✓ | unique |
autoPublish | Boolean | ✓ | |
createdAt | DateTime | ✓ | |
updatedAt | DateTime | ✓ |
Diagram
mermaiderDiagram ChangelogConfig { id String [PK] projectId String [UNIQUE] autoPublish Boolean createdAt DateTime updatedAt DateTime }
Was this page helpful?