org_competencies table columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | BIGINT | 19 | √ | null |
|
|
||||
organisationid | 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
org_competencies table indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | id |
orgcomp_com_ix | Performance | Asc | competencyid |
orgcomp_org_ix | Performance | Asc | organisationid |