Updated

db/migrate / 20170503192115_add_example_postcode_to_constituencies.rb

A
5 lines of codes
1 methods
1.3 complexity/method
1 churn
1.3 complexity
0 duplications
class AddExamplePostcodeToConstituencies < ActiveRecord::Migration
  1. AddExamplePostcodeToConstituencies has no descriptive comment
def change add_column :constituencies, :example_postcode, :string, limit: 30 end end