Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | bigserial | 19 | √ | nextval('app_pathway_manual_rating_id_seq'::regclass) |
|
|
||||
competency_id | int8 | 19 | null |
|
|
|||||
user_id | int8 | 19 | null |
|
|
|||||
scale_value_id | int8 | 19 | √ | null |
|
|
||||
date_assigned | int8 | 19 | null |
|
|
|||||
assigned_by | int8 | 19 | √ | null |
|
|
||||
assigned_by_role | varchar | 100 | ''::character varying |
|
|
|||||
comment | text | 2147483647 | √ | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
app_pathmanurati_id_pk | Primary key | Asc | id |
app_pathmanurati_ass_ix | Performance | Asc | assigned_by |
app_pathmanurati_com_ix | Performance | Asc | competency_id |
app_pathmanurati_sca_ix | Performance | Asc | scale_value_id |
app_pathmanurati_use_ix | Performance | Asc | user_id |