public.location_areacode_mapping
Columns
| area_code |
varchar(10) |
|
false |
|
|
|
| state |
varchar(255) |
|
true |
|
|
|
| state_abbreviation |
varchar(10) |
|
true |
|
|
|
| timezone |
varchar(10) |
|
true |
|
|
|
| center_coordinates |
varchar(50) |
|
true |
|
|
|
| country |
varchar(255) |
|
true |
|
|
|
| short_country |
varchar(10) |
|
true |
|
|
|
| latitude |
numeric(10,6) |
|
true |
|
|
|
| longitude |
numeric(10,6) |
|
true |
|
|
|
Constraints
| location_areacode_mapping_pkey |
PRIMARY KEY |
PRIMARY KEY (area_code) |
Indexes
| location_areacode_mapping_pkey |
CREATE UNIQUE INDEX location_areacode_mapping_pkey ON
public.location_areacode_mapping USING btree (area_code) |