Kind: Database Model
Source: atloria-monorepo/libs/database/prisma/schema.prisma
Fields
| Field | Type | Required | Key |
|---|---|---|---|
id | String | ✓ | PK |
sourceId | String | ✓ | |
targetId | String | ✓ | |
type | String | ✓ | |
metadata | Json | ✓ |
Diagram
mermaiderDiagram KGRelationship { id String [PK] sourceId String targetId String type String metadata Json }
Referenced By
KGEntity(HAS_ONE)KGEntity(HAS_ONE)
Was this page helpful?