Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
id | serial | 10 | √ | nextval('recall_sentence_id_seq'::regclass) |
|
|
|||||
recall_sentence_uuid | uuid | 2147483647 | null |
|
|
||||||
recall_id | int4 | 10 | null |
|
|
||||||
sentence_id | int4 | 10 | null |
|
|
||||||
legacy_data | jsonb | 2147483647 | √ | null |
|
|
|||||
created_at | timestamptz | 35,6 | null |
|
|
||||||
created_by_username | varchar | 2147483647 | null |
|
|
||||||
created_prison | varchar | 2147483647 | √ | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
recall_sentence_pkey | Primary key | Asc | id |
idx_recall_sentence_recall_id | Performance | Asc | recall_id |
idx_recall_sentence_sentence_id | Performance | Asc | sentence_id |