pos_competencies table columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | BIGINT | 19 | √ | null |
|
|
||||
positionid | BIGINT | 19 | null |
|
|
|||||
competencyid | BIGINT | 19 | √ | null |
|
|
||||
templateid | BIGINT | 19 | √ | null |
|
|
||||
timecreated | BIGINT | 19 | null |
|
|
|||||
usermodified | BIGINT | 19 | null |
|
|
|||||
linktype | TINYINT | 3 | 0 |
|
|
Table contained -1 rows
pos_competencies table indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | id |
poscomp_com_ix | Performance | Asc | competencyid |
poscomp_pos_ix | Performance | Asc | positionid |