Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | BIGINT | 19 | √ | null |
|
|
||||
modelid | BIGINT | 19 | null |
|
|
|||||
action | VARCHAR | 50 |
|
|
||||||
analysableid | BIGINT | 19 | null |
|
|
|||||
firstanalysis | BIGINT | 19 | null |
|
|
|||||
timeanalysed | BIGINT | 19 | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | id |
analusedanal_ana_ix | Performance | Asc | analysableid |
analusedanal_mod_ix | Performance | Asc | modelid |
analusedanal_modact_ix | Performance | Asc/Asc | modelid + action |