summaryrefslogtreecommitdiff
path: root/db/migrate/20111011181421_add_central_office_code_to_area_code.rb
blob: b5d0d12af8b275ccf0916281dd5e089b86460722 (plain)
1
2
3
4
5
class AddCentralOfficeCodeToAreaCode < ActiveRecord::Migration
  def change
    add_column :area_codes, :central_office_code, :string
  end
end