def self.down
    change_table :ip_geographies do |table|
      table.rename :host_name, :client_host_name
      table.rename :lng, :client_lng
      table.rename :lat, :client_lat