Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| person_identifier | varchar | 10 | null |
|
|
||||||||||||
| first_name | varchar | 64 | null |
|
|
||||||||||||
| last_name | varchar | 64 | null |
|
|
||||||||||||
| cell_location | varchar | 64 | √ | null |
|
|
|||||||||||
| version | int4 | 10 | null |
|
|
||||||||||||
| prison_code | varchar | 6 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| person_summary_pkey | Primary key | Asc | person_identifier |
| idx_person_summary_name | Performance | ||
| idx_person_summary_prison_code_identifier | Performance | Asc/Asc | prison_code + person_identifier |