Sha256: e68503b40fee051240ea5535851412608f25d6f013e391ab60787e0c3d73ed33

Contents?: true

Size: 260 Bytes

Versions: 1

Compression:

Stored size: 260 Bytes

Contents

class CreateActions < ActiveRecord::Migration
  def change
    create_table :actions do |t|
      t.references :visit, index: true, foreign_key: true
      t.references :product, index: true, foreign_key: true

      t.timestamps null: false
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
eager_counting-0.1.0 test/dummy/db/migrate/20150727081905_create_actions.rb