Kind: Database Model
Source: atloria-monorepo/libs/database/prisma/schema.prisma
Fields
| Field | Type | Required | Key |
|---|---|---|---|
id | String | ✓ | PK |
sessionId | String | ✓ | |
role | String | ✓ | |
content | String | ✓ | |
citations | Json | - | |
feedback | String | - | |
createdAt | DateTime | ✓ |
Diagram
mermaiderDiagram TechChatMessage { id String [PK] sessionId String role String content String citations Json? feedback String? createdAt DateTime } TechChatMessage ||--|| TechChatSession : ""
Relationships
- HAS_ONE →
TechChatSession
Was this page helpful?