Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | BIGINT | 19 | √ | null |
|
|
||||
userid | BIGINT | 19 | null |
|
|
|||||
competencyid | BIGINT | 19 | null |
|
|
|||||
status | TINYINT | 3 | 0 |
|
|
|||||
reviewerid | BIGINT | 19 | √ | null |
|
|
||||
proficiency | TINYINT | 3 | √ | null |
|
|
||||
grade | BIGINT | 19 | √ | null |
|
|
||||
timecreated | BIGINT | 19 | null |
|
|
|||||
timemodified | BIGINT | 19 | √ | null |
|
|
||||
usermodified | BIGINT | 19 | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | id |
competency_usercomp_erd_competency | Performance | Asc | competencyid |
compuser_usecom2_uix | Must be unique | Asc/Asc | userid + competencyid |