Updated

db/migrate / 20170424145119_add_dissolution_faq_url_to_parliament.rb

A
5 lines of codes
1 methods
1.3 complexity/method
1 churn
1.3 complexity
0 duplications
class AddDissolutionFaqUrlToParliament < ActiveRecord::Migration
  1. AddDissolutionFaqUrlToParliament has no descriptive comment
def change add_column :parliaments, :dissolution_faq_url, :string, limit: 500 end end