Table pvsadmin.public.zipcode Generated by
SchemaSpy
Legend: SourceForge.net
Primary key columns
Columns with indexes
Implied relationships
Excluded column relationships
< n > number of related tables
 
Column Type Size Nulls Auto Default Children Parents Comments
zipcode_id int4 10  √  null
state bpchar 2  √  null
city varchar 2147483647  √  null
county varchar 2147483647  √  null
areacode varchar 2147483647  √  null
latitude numeric 131089  √  null
longitude numeric 131089  √  null
timezone int2 5  √  null
elevation int2 5  √  null
countycode int2 5  √  null
daylightsavings bool 1  √  null
classcode varchar 2147483647  √  null
multicounty bool 1  √  null
statecode int2 5  √  null
zipcode_pk serial 10  √  nextval('zipcode_zipcode_pk_seq'::regclass)

Table contained 42,154 rows at Tue Jan 03 04:46 MST 2017

Indexes:
Column(s) Type Sort Constraint Name
zipcode_pk Primary key Asc zipcode_pkey
zipcode_id Performance Asc zipcode__zipcode_id