summaryrefslogtreecommitdiff
path: root/db/migrate/20120728073904_add_is_native_to_phone_number.rb
blob: 6d4782d7de93a2369f2431072ce4705bdf717bc6 (plain)
1
2
3
4
5
6
class AddIsNativeToPhoneNumber < ActiveRecord::Migration
  def change
    add_column :phone_numbers, :is_native, :boolean

  end
end