Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
id | serial | 10 | √ | nextval('api_district_id_seq'::regclass) |
|
|
||||||||||||||||||||||||||
name | varchar | 100 | null |
|
|
|||||||||||||||||||||||||||
code | varchar | 10 | null |
|
|
|||||||||||||||||||||||||||
country_id | int4 | 10 | √ | null |
|
|
||||||||||||||||||||||||||
is_enclave | bool | 1 | null |
|
|
|||||||||||||||||||||||||||
wb_population | int4 | 10 | √ | null |
|
|
||||||||||||||||||||||||||
wb_year | varchar | 4 | √ | null |
|
|
||||||||||||||||||||||||||
bbox | geometry | 2147483647 | √ | null |
|
|
||||||||||||||||||||||||||
centroid | geometry | 2147483647 | √ | null |
|
|
||||||||||||||||||||||||||
is_deprecated | bool | 1 | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
api_district_pkey | Primary key | Asc | id |
api_district_bbox_id | Performance | Asc | bbox |
api_district_centroid_id | Performance | Asc | centroid |
api_district_country_id_b4999656 | Performance | Asc | country_id |
Check Constraints
Constraint Name | Constraint |
---|---|
api_district_wb_population_check | ((wb_population >= 0)) |