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 |
|
|
|||||
created_at | timestamptz | 35,6 | null |
|
|
|||||
updated_at | timestamptz | 35,6 | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
data_racepopulation_pkey | Primary key | Asc | id |
data_racepopulation_area_id_4ae23fb5 | Performance | Asc | area_id |
Check Constraints
Constraint Name | Constraint |
---|---|
data_racepopulation_count_check | ((count >= 0)) |