meta_cities
World cities with coordinates and population data.
| Name | Type | Nullable | Default Value | Notes |
|---|---|---|---|---|
ID | integer | |||
state meta_states.ID | smallint | |||
name | text | |||
wikidataid | text | |||
latitude | double precision | |||
longitude | double precision |
| Name | Unique | Nulls Distinct | Primary | Partial | Method | Keys |
|---|---|---|---|---|---|---|
| fk_meta_cities_state | gin | state | ||||
| pk_meta_cities | btree | ID | ||||
| s_meta_cities_name | gin | name |
| Name | Type |
|---|---|
| fk_meta_cities_state | foreign_key |
| pk_meta_cities | primary_key |
Loading...