Updated

db/migrate / 20160820165029_add_countries_to_rate_limits.rb

A
5 lines of codes
1 methods
1.3 complexity/method
1 churn
1.3 complexity
0 duplications
class AddCountriesToRateLimits < ActiveRecord::Migration
  1. AddCountriesToRateLimits has no descriptive comment
def change add_column :rate_limits, :countries, :string, limit: 2000, null: false, default: "" end end