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