Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
geopoliticalid | serial | 10 | √ | nextval('ndb.seq_geopoliticalunits_geopoliticalid'::regclass) |
|
|
An arbitrary GeoPolitical identification number. |
|||||||
geopoliticalname | varchar | 255 | null |
|
|
Name of the GeoPolitical Unit, e.g. Canada, Saskatchewan. |
||||||||
geopoliticalunit | varchar | 255 | √ | null |
|
|
The name of the unit, e.g. country, state, county, island, governorate, oblast. |
|||||||
rank | int4 | 10 | null |
|
|
The rank of the unit. |
||||||||
highergeopoliticalid | int4 | 10 | null |
|
|
The GeoPoliticalUnit with higher rank, e.g. the country in which a state lies. |
||||||||
recdatecreated | timestamp | 22 | timezone('UTC'::text, now()) |
|
|
|||||||||
recdatemodified | timestamp | 22 | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
geopoliticalunits_pkey | Primary key | Asc | geopoliticalid |
ix_geopoliticalname_geopoliticalunits | Performance | Asc | geopoliticalname |
ix_rank_geopoliticalunits | Performance | Asc | rank |