Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| id | int4 | 10 | √ | null |
|
|
||
| event_type | int2 | 5 | null |
|
|
|||
| object_id | varchar | 255 | null |
|
|
|||
| object_repr | text | 2147483647 | √ | null |
|
|
||
| object_json_repr | text | 2147483647 | √ | null |
|
|
||
| datetime | timestamptz | 35,6 | null |
|
|
|||
| content_type_id | int4 | 10 | null |
|
|
|||
| user_id | int4 | 10 | √ | null |
|
|
||
| user_pk_as_string | varchar | 255 | √ | null |
|
|
||
| changed_fields | text | 2147483647 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| easyaudit_crudevent_pkey | Primary key | Asc | id |
| easyaudit_crudevent_content_type_id_618ed0c6 | Performance | Asc | content_type_id |
| easyaudit_crudevent_object_id_content_type_id_48e7e97f_idx | Performance | Asc/Asc | object_id + content_type_id |
| easyaudit_crudevent_user_id_09177b54 | Performance | Asc | user_id |
