class AddExamplePostcodeToConstituencies < ActiveRecord::Migration - AddExamplePostcodeToConstituencies has no descriptive comment
def change
add_column :constituencies, :example_postcode, :string, limit: 30
end
end