comp_record_history table columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | BIGINT | 19 | √ | null |
|
|
||||
userid | BIGINT | 19 | null |
|
|
|||||
competencyid | BIGINT | 19 | null |
|
|
|||||
proficiency | BIGINT | 19 | √ | null |
|
|
||||
timeproficient | BIGINT | 19 | √ | null |
|
|
||||
timemodified | BIGINT | 19 | null |
|
|
|||||
usermodified | BIGINT | 19 | null |
|
|
Table contained -1 rows
comp_record_history table indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | id |
comprecohist_com_ix | Performance | Asc | competencyid |
comprecohist_pro_ix | Performance | Asc | proficiency |
comprecohist_use_ix | Performance | Asc | userid |
comprecohist_usecom_ix | Performance | Asc/Asc | userid + competencyid |