Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('appearance_outcome_id_seq'::regclass) |
|
|
|||||
| outcome_name | varchar | 2147483647 | null |
|
|
Description: The name of the outcome at the court appearance level. |
|||||
| outcome_uuid | uuid | 2147483647 | gen_random_uuid() |
|
|
Description: The unique id of the appearance outcome. Source System: Remand & Sentencing |
|||||
| nomis_code | varchar | 2147483647 | 'UNKNOWN'::character varying |
|
|
Description: The equivalent NOMIS code for appearance outcome for the purpose of mapping during bidirectional sync between NOMIS and DPS . |
|||||
| outcome_type | varchar | 2147483647 | 'UNKNOWN'::character varying |
|
|
Description: The type of the appearance outcome. Source System: Remand & Sentencing |
|||||
| display_order | int4 | 10 | 0 |
|
|
Description: The order for the appearance outcomes to be displayed on the UI. Source System: Remand & Sentencing |
|||||
| uuid | 2147483647 | √ | null |
|
|
Description: The unique id of the related charge that the appearance outcome refers to. Source System: Remand & Sentencing |
|||||
| is_sub_list | bool | 1 | false |
|
|
Description: If the outcome type is neither remand or sentencing then other options are shown as a list on the UI if the value is TRUE. Source System: Remand & Sentencing |
|||||
| status | varchar | 2147483647 | 'ACTIVE'::character varying |
|
|
||||||
| warrant_type | varchar | 2147483647 | √ | null |
|
|
|||||
| disposition_code | varchar | 2147483647 | 'FINAL'::character varying |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| appearance_outcome_pkey | Primary key | Asc | id |
| idx_appearance_outcome_name | Performance | Asc | outcome_name |