Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | int8 | 19 | √ | null |
|
|
|||||
| uuid | text | 2147483647 | √ | null |
|
|
|||||
| action | text | 2147483647 | √ | null |
|
|
|||||
| model_name | text | 2147483647 | √ | null |
|
|
|||||
| model_payload | json | 2147483647 | √ | null |
|
|
|||||
| current_payload | json | 2147483647 | √ | null |
|
|
|||||
| changed_payload | json | 2147483647 | √ | null |
|
|
|||||
| actor_identifier | text | 2147483647 | √ | null |
|
|
|||||
| created_at | timestamptz | 35,6 | √ | null |
|
|
|||||
| updated_at | timestamptz | 35,6 | √ | null |
|
|
|||||
| deleted_at | timestamptz | 35,6 | √ | null |
|
|
|||||
| tenant_id | int4 | 10 | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| idx_269317_audit_logs_pkey | Primary key | Asc | id |
| idx_269317_ix_audit_logs_action | Performance | Asc | action |
| idx_269317_ix_audit_logs_actor_identifier | Performance | Asc | actor_identifier |
| idx_269317_ix_audit_logs_created_at | Performance | Asc | created_at |
| idx_269317_ix_audit_logs_deleted_at | Performance | Asc | deleted_at |
| idx_269317_ix_audit_logs_model_name | Performance | Asc | model_name |
| idx_269317_ix_audit_logs_uuid | Must be unique | Asc | uuid |
| ix_audit_logs_tenant_id | Performance | Asc | tenant_id |