Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('recall_type_id_seq'::regclass) |
|
|
Description: The id of the recall type. Source System: Record a Recall |
|||||||
| code | varchar | 2147483647 | null |
|
|
Description: The short code used to reference what kind of recall was decided upon by the probation service and entered onto the revocation order. Source System: Record a Recall |
||||||||
| description | varchar | 2147483647 | null |
|
|
Description: The text description of the recall type. Source System: Record a Recall |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| recall_type_pkey | Primary key | Asc | id |