Kind: Database Model
Source: atloria-monorepo/libs/database/prisma/schema.prisma
Fields
| Field | Type | Required | Key |
|---|---|---|---|
id | String | ✓ | PK |
organizationId | String | ✓ | |
projectId | String | - | |
userId | String | - | |
actionType | String | ✓ | |
entityType | String | ✓ | |
entityId | String | ✓ | |
metadata | Json | - | |
createdAt | DateTime | ✓ |
Diagram
mermaiderDiagram Activity { id String [PK] organizationId String projectId String? userId String? actionType String entityType String entityId String metadata Json? createdAt DateTime }
Was this page helpful?