Skip to content

Instantly share code, notes, and snippets.

@dzhulk
Created March 1, 2013 16:22
Show Gist options
  • Select an option

  • Save dzhulk/5065755 to your computer and use it in GitHub Desktop.

Select an option

Save dzhulk/5065755 to your computer and use it in GitHub Desktop.
create table geoip (id integer, country varchar(19), region varchar(10), city varchar(255), postal_code varchar(255), latitude real, longitude real, metroCode varchar(10), areaCode varchar(10) );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment