We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b3a5ddb + 50cd649 commit 4c1577fCopy full SHA for 4c1577f
1 file changed
lib/free_zipcode_data/zipcode_table.rb
@@ -10,7 +10,6 @@ def build
10
id integer not null primary key,
11
code varchar(10) not null,
12
state_id integer,
13
- county_id integer,
14
city varchar(255),
15
area_code varchar(3),
16
lat float,
0 commit comments