Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| log_id | BIGINT | 19 | √ | null |
|
|
|||||
| assoc_type | BIGINT | 19 | null |
|
|
||||||
| assoc_id | BIGINT | 19 | null |
|
|
||||||
| user_id | BIGINT | 19 | null |
|
|
||||||
| date_logged | DATETIME | 19 | null |
|
|
||||||
| event_type | BIGINT | 19 | √ | NULL |
|
|
|||||
| message | TEXT | 65535 | √ | NULL |
|
|
|||||
| is_translated | SMALLINT | 5 | √ | NULL |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PRIMARY | Primary key | Asc | log_id |
| event_log_assoc | Performance | Asc/Asc | assoc_type + assoc_id |


