Skip to content

ChangelogEntry

reference
1 min readUpdated

Kind: Database Model

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

Fields

FieldTypeRequiredKey
idStringPK
projectIdString
organizationIdString
sourceString
statusString
titleString
bodyString
tagsString[]
changeSetJson-

Diagram

mermaid
erDiagram
    ChangelogEntry {
        id String [PK]
        projectId String
        organizationId String
        source String
        status String
        title String
        body String
        tags String[]
        changeSet Json?
    }

Was this page helpful?

Download as PDF