class AddCountriesToRateLimits < ActiveRecord::Migration - AddCountriesToRateLimits has no descriptive comment
def change
add_column :rate_limits, :countries, :string, limit: 2000, null: false, default: ""
end
end