Kind: Database Model
Source: atloria-monorepo/libs/database/prisma/schema.prisma
Fields
| Field | Type | Required | Key |
|---|---|---|---|
id | String | ✓ | PK |
orgId | String | ✓ | |
userId | String | ✓ | |
action | String | ✓ | |
resource | String | ✓ | |
metadata | Json | - | |
ipAddress | String | - | |
userAgent | String | - | |
createdAt | DateTime | ✓ |
Diagram
mermaiderDiagram AuditLog { id String [PK] orgId String userId String action String resource String metadata Json? ipAddress String? userAgent String? createdAt DateTime }
Was this page helpful?