Kind: Database Model
Source: atloria-monorepo/libs/database/prisma/schema.prisma
Fields
| Field | Type | Required | Key |
|---|---|---|---|
id | String | ✓ | PK |
projectId | String | ✓ | |
organizationId | String | ✓ | |
agentId | String | - | |
workspaceId | String | ✓ | |
teamName | String | ✓ | |
botToken | String | ✓ | |
appId | String | - | |
isEnabled | Boolean | ✓ | |
createdAt | DateTime | ✓ | |
updatedAt | DateTime | ✓ |
Diagram
mermaiderDiagram SlackIntegration { id String [PK] projectId String organizationId String agentId String? workspaceId String teamName String botToken String appId String? isEnabled Boolean createdAt DateTime updatedAt DateTime } SlackIntegration ||--|| Project : "" SlackIntegration ||--|| Organization : "" SlackIntegration ||--|| SupportAgentConfig : ""
Relationships
- HAS_ONE →
Project - HAS_ONE →
Organization - HAS_ONE →
SupportAgentConfig
Was this page helpful?