Sha256: 0c6590f5b2164592a25eccd921ee02142f043ebcf795ea440fe010a1e5edd538

Contents?: true

Size: 181 Bytes

Versions: 2

Compression:

Stored size: 181 Bytes

Contents

class AddBigCompanyIdToWorkOrder < ActiveRecord::Migration
  def change
    add_column :work_orders, :big_company_id, :integer
    add_index :work_orders, :big_company_id
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
poly_belongs_to-1.0.0 test/dummy/db/migrate/20161210074616_add_big_company_id_to_work_order.rb
poly_belongs_to-0.3.0 test/dummy/db/migrate/20161210074616_add_big_company_id_to_work_order.rb