1 2 3 4 5 6
class AddFallbackSipAccountToPhone < ActiveRecord::Migration def change add_column :phones, :fallback_sip_account_id, :integer end end