Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('data_officerallegation_id_seq'::regclass) |
|
|
||||
| start_date | date | 13 | √ | null |
|
|
||||
| end_date | date | 13 | √ | null |
|
|
||||
| officer_age | int4 | 10 | √ | null |
|
|
||||
| recc_finding | varchar | 2 | null |
|
|
|||||
| recc_outcome | varchar | 32 | null |
|
|
|||||
| final_finding | varchar | 2 | null |
|
|
|||||
| final_outcome | varchar | 32 | null |
|
|
|||||
| final_outcome_class | varchar | 20 | null |
|
|
|||||
| allegation_category_id | int4 | 10 | √ | null |
|
|
||||
| officer_id | int4 | 10 | √ | null |
|
|
||||
| disciplined | bool | 1 | √ | null |
|
|
||||
| created_at | timestamptz | 35,6 | null |
|
|
|||||
| updated_at | timestamptz | 35,6 | null |
|
|
|||||
| allegation_id | varchar | 30 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| data_officerallegation_pkey | Primary key | Asc | id |
| data_office_start_d_8e9651_idx | Performance | Asc | start_date |
| data_officerallegation_allegation_id_429ce710 | Performance | Asc | allegation_id |
| data_officerallegation_allegation_id_429ce710_like | Performance | Asc | allegation_id |
| data_officerallegation_e1d6855c | Performance | Asc | officer_id |
| data_officerallegation_f5234087 | Performance | Asc | allegation_category_id |

