Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
id | uuid | 2147483647 | null |
|
|
||||||
prison_code | varchar | 6 | null |
|
|
||||||
person_identifier | varchar | 7 | null |
|
|
||||||
staff_id | int8 | 19 | null |
|
|
||||||
username | varchar | 64 | null |
|
|
||||||
type | varchar | 12 | null |
|
|
||||||
sub_type | varchar | 12 | null |
|
|
||||||
occurred_at | timestamp | 29,6 | null |
|
|
||||||
version | int4 | 10 | null |
|
|
||||||
created_at | timestamp | 29,6 | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
allocation_case_note_pkey | Primary key | Asc | id |
idx_case_note_person_identifier | Performance | Asc | person_identifier |
idx_case_note_prison_code_occurred_at | Performance | Asc/Asc/Asc/Asc | prison_code + occurred_at + type + sub_type |
idx_case_note_staff_id_occurred_at | Performance | Asc/Asc/Asc/Asc | staff_id + occurred_at + type + sub_type |