Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | serial | 10 | √ | nextval('data_involvement_id_seq'::regclass) |
|
|
||||
full_name | varchar | 50 | null |
|
|
|||||
involved_type | varchar | 25 | null |
|
|
|||||
gender | varchar | 1 | √ | null |
|
|
||||
race | varchar | 50 | null |
|
|
|||||
age | int4 | 10 | √ | null |
|
|
||||
officer_id | int4 | 10 | √ | 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_involvement_pkey | Primary key | Asc | id |
data_involvement_allegation_id_c248e036 | Performance | Asc | allegation_id |
data_involvement_allegation_id_c248e036_like | Performance | Asc | allegation_id |
data_involvement_e1d6855c | Performance | Asc | officer_id |