Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
id | bigserial | 19 | √ | nextval('app_comp_id_seq'::regclass) |
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
shortname | varchar | 100 | √ | null |
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
description | text | 2147483647 | √ | null |
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
idnumber | varchar | 100 | √ | null |
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
frameworkid | int8 | 19 | null |
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
path | varchar | 255 | √ | null |
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
parentid | int8 | 19 | null |
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
visible | int2 | 5 | null |
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
aggregationmethod | int2 | 5 | √ | null |
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
proficiencyexpected | int8 | 19 | 1 |
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
evidencecount | int8 | 19 | 0 |
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
timecreated | int8 | 19 | null |
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
timemodified | int8 | 19 | null |
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
usermodified | int8 | 19 | null |
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
fullname | varchar | 1024 | √ | null |
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
depthlevel | int8 | 19 | √ | null |
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
typeid | int8 | 19 | 0 |
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
sortthread | varchar | 255 | √ | null |
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
totarasync | int2 | 5 | 0 |
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
copy_op_id | int8 | 19 | 0 |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
app_comp_id2_pk | Primary key | Asc | id |
app_comp_cop_ix | Performance | Asc | copy_op_id |
app_comp_fra_ix | Performance | Asc | frameworkid |
app_comp_par_ix | Performance | Asc | parentid |
app_comp_typ_ix | Performance | Asc | typeid |