Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('data_racepopulation_id_seq'::regclass) |
|
|
||||
| race | varchar | 255 | null |
|
|
|||||
| count | int4 | 10 | null |
|
|
|||||
| area_id | int4 | 10 | null |
|
|
Table contained 517 rows
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| data_racepopulation_pkey | Primary key | Asc | id |
| data_racepopulation_area_id_4ae23fb5 | Performance | Asc | area_id |

