Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('charge_outcome_id_seq'::regclass) |
|
|
|||||
| outcome_name | varchar | 2147483647 | null |
|
|
Description: The name of the charge outcome. Source System: Remand & Sentencing |
|||||
| outcome_uuid | uuid | 2147483647 | gen_random_uuid() |
|
|
Description: The id of the charge outcome. Source System: Remand & Sentencing |
|||||
| nomis_code | varchar | 2147483647 | 'UNKNOWN'::character varying |
|
|
Description: The equivalent NOMIS code for charge outcome_name for the purpose of mapping during bidirectional sync between NOMIS and DPS . |
|||||
| outcome_type | varchar | 2147483647 | 'UNKNOWN'::character varying |
|
|
Description: The type of the outcome charge. Source System: Remand & Sentencing |
|||||
| display_order | int4 | 10 | 0 |
|
|
Description: The order for the charge outcomes to be displayed on the UI. Source System: Remand & Sentencing |
|||||
| disposition_code | varchar | 2147483647 | 'UNKNOWN'::character varying |
|
|
Description: The dispositian code is used to determine how remand periods are counted. Source System: Remand & Sentencing |
|||||
| status | varchar | 2147483647 | 'ACTIVE'::character varying |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| charge_outcome_pkey | Primary key | Asc | id |
| idx_charge_outcome_name | Performance | Asc | outcome_name |