public.location_areacode_mapping

public.location_areacode_mapping

Columns

Name Type Default Nullable Children Parents Comment
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

Name Type Definition
location_areacode_mapping_pkey PRIMARY KEY PRIMARY KEY (area_code)

Indexes

Name Definition
location_areacode_mapping_pkey CREATE UNIQUE INDEX location_areacode_mapping_pkey ON public.location_areacode_mapping USING btree (area_code)