Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | int4 | 10 | null |
|
|
||||||
| user_id | int4 | 10 | √ | null |
|
|
|||||
| object_id | int4 | 10 | null |
|
|
||||||
| object_type | object_type | 2147483647 | null |
|
|
||||||
| create_timestamp | timestamp | 22 | null |
|
|
||||||
| action | varchar | 255 | null |
|
|
||||||
| message | text | 2147483647 | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| entity_revision_pkey | Primary key | Asc | id |
| entity_revision_object | Performance | Asc/Asc | object_type + object_id |
| entity_revision_object_id | Performance | Asc | object_id |
| entity_revision_object_type | Performance | Asc | object_type |

