summaryrefslogtreecommitdiff
path: root/db/migrate/20111011080014_add_central_office_code_to_phone_number.rb
blob: 4a15b82f510a0b026a034e55bc7b76f2858cec35 (plain)
1
2
3
4
5
class AddCentralOfficeCodeToPhoneNumber < ActiveRecord::Migration
  def change
    add_column :phone_numbers, :central_office_code, :string
  end
end