Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
|---|---|---|---|---|---|---|---|---|---|---|
| id | BIGINT | 19 | √ | null |
|
|
||||
| areaid | BIGINT | 19 | null |
|
|
|||||
| contenthash | VARCHAR | 40 |
|
|
||||||
| iscurrent | BIT | 1 | 0 |
|
|
|||||
| status | TINYINT | 3 | 0 |
|
|
0 - needs checking, -1 in progress, 1 checked |
||||
| timecreated | BIGINT | 19 | null |
|
|
|||||
| timechecked | BIGINT | 19 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PRIMARY | Primary key | Asc | id |
| toolbriccont_are_ix | Performance | Asc | areaid |
| toolbriccont_iscare_ix | Performance | Asc/Asc | iscurrent + areaid |
| toolbriccont_sta_ix | Performance | Asc | status |