Kind: Database Model
Source: atloria-monorepo/libs/database/prisma/schema.prisma
Fields
| Field | Type | Required | Key |
|---|---|---|---|
id | String | ✓ | PK |
projectId | String | ✓ | unique |
entitiesJson | Json | ✓ | |
relationshipsJson | Json | ✓ | |
apiSpecJson | Json | - | |
navMapJson | Json | ✓ | |
entityCount | Int | ✓ | |
generatedAt | DateTime | ✓ | |
updatedAt | DateTime | ✓ |
Diagram
mermaiderDiagram TechnicalSnapshot { id String [PK] projectId String [UNIQUE] entitiesJson Json relationshipsJson Json apiSpecJson Json? navMapJson Json entityCount Int generatedAt DateTime updatedAt DateTime }
Was this page helpful?