recall_type

-1 rows


Description

Description: Holds information about the different types of recall that can be chosen by the probation service depending on the sentences being recalled. NOMIS Equivalent Entity: sentence_calc_types Domain: Person Recalls

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('recall_type_id_seq'::regclass)
legacy_sentence_types.recall_type_id legacy_sentence_types_recall_type_id_fkey R
recall.recall_type_id recall_type_id_fk R

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

Relationships