class AddClientIp < ActiveRecord::Migration[6.0]
  def change
    add_column :logs, :client_ip, :string
  end
end
