Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('region_subnational_id_seq'::regclass) |
|
|
||||
| country | int4 | 10 | null |
|
|
|||||
| name | text | 2147483647 | null |
|
|
|||||
| admin_level | int4 | 10 | null |
|
|
|||||
| parent_id | int4 | 10 | √ | null |
|
|
Table contained 0 rows
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| region_subnational_pkey | Primary key | Asc | id |
| region_subnational_id_name_key | Must be unique | Asc/Asc | id + name |

