Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('data_victim_id_seq'::regclass) |
|
|
||||
| gender | varchar | 1 | null |
|
|
|||||
| race | varchar | 50 | null |
|
|
|||||
| age | int4 | 10 | √ | null |
|
|
||||
| allegation_id | int4 | 10 | null |
|
|
|||||
| birth_year | int4 | 10 | √ | null |
|
|
Table contained 89487 rows
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| data_victim_pkey | Primary key | Asc | id |
| data_victim_allegation_id_bef5a29d | Performance | Asc | allegation_id |

