Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
|---|---|---|---|---|---|---|---|---|---|---|
| id | BIGINT | 19 | √ | null |
|
|
||||
| userid | BIGINT | 19 | null |
|
|
|||||
| timemodified | BIGINT | 19 | null |
|
|
|||||
| plugin | VARCHAR | 100 | √ | null |
|
|
||||
| name | VARCHAR | 100 |
|
|
||||||
| value | LONGTEXT | 2147483647 | √ | null |
|
|
||||
| oldvalue | LONGTEXT | 2147483647 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PRIMARY | Primary key | Asc | id |
| conflog_tim_ix | Performance | Asc | timemodified |
| conflog_use_ix | Performance | Asc | userid |