1 2 3 4 5 6
class AddIsNativeToPhoneNumber < ActiveRecord::Migration def change add_column :phone_numbers, :is_native, :boolean end end