Kind: Database Model
Source: atloria-monorepo/libs/database/prisma/schema.prisma
Fields
| Field | Type | Required | Key |
|---|---|---|---|
id | String | ✓ | PK |
projectId | String | ✓ | |
organizationId | String | ✓ | |
source | String | ✓ | |
status | String | ✓ | |
title | String | ✓ | |
body | String | ✓ | |
tags | String[] | ✓ | |
changeSet | Json | - |
Diagram
mermaiderDiagram ChangelogEntry { id String [PK] projectId String organizationId String source String status String title String body String tags String[] changeSet Json? }
Was this page helpful?