create_table :geo_locations do |t|
      t.string :address
      t.float :latitude
      t.float :longitude
      t.string :country