Sha256: e88bf1e7aeeb676dc43124a6eac2e6ff625a68a837a66ed870cf2366d9406b9f

Contents?: true

Size: 218 Bytes

Versions: 2

Compression:

Stored size: 218 Bytes

Contents

class CreateCustomerPjHasCustomersPjs < ActiveRecord::Migration
  def change
    create_table :customer_pj_has_customers_pjs do |t|
      t.integer :from_id
      t.integer :to_id

      t.timestamps
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
guara-0.0.3 db/migrate/20121026232755_create_customer_pj_has_customers_pjs.rb
guara-0.0.1.rc db/migrate/20121026232755_create_customer_pj_has_customers_pjs.rb