Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | bigserial | 19 | √ | nextval('app_comp_type_info_data_id_seq'::regclass) |
|
|
||||
data | text | 2147483647 | √ | null |
|
|
||||
fieldid | int8 | 19 | null |
|
|
|||||
competencyid | int8 | 19 | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
app_comptypeinfodata_id_pk | Primary key | Asc | id |
app_comptypeinfodata_com_ix | Performance | Asc | competencyid |
app_comptypeinfodata_fie_ix | Performance | Asc | fieldid |
app_comptypeinfodata_fieco_uix | Must be unique | Asc/Asc | fieldid + competencyid |