Skip to content

ChangelogConfig

reference
1 min readUpdated

Kind: Database Model

Source: atloria-monorepo/libs/database/prisma/schema.prisma

Fields

FieldTypeRequiredKey
idStringPK
projectIdStringunique
autoPublishBoolean
createdAtDateTime
updatedAtDateTime

Diagram

mermaid
erDiagram
    ChangelogConfig {
        id String [PK]
        projectId String [UNIQUE]
        autoPublish Boolean
        createdAt DateTime
        updatedAt DateTime
    }

Was this page helpful?

Download as PDF