Sha256: 64269b2313b7ac9059a7a018910da8c46eeeeb6815c74396fcd6a67c095ce0c4

Contents?: true

Size: 206 Bytes

Versions: 2

Compression:

Stored size: 206 Bytes

Contents

class CreateCustomerHasCustomers < ActiveRecord::Migration
  def change
    create_table :customer_has_customers 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/20121026231241_create_customer_has_customers.rb
guara-0.0.1.rc db/migrate/20121026231241_create_customer_has_customers.rb