Sha256: 2c9823af86fc270534e40838f902b44e183f112d0f40c8a256cd93af5cd12fb1

Contents?: true

Size: 161 Bytes

Versions: 9

Compression:

Stored size: 161 Bytes

Contents

class CreateFoos < ActiveRecord::Migration
  def change
    create_table :foos do |t|
      t.references :bar, index: true

      t.timestamps
    end
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
dirty_associations-0.4.4 test/dummy/db/migrate/20131113012331_create_foos.rb
dirty_associations-0.4.3 test/dummy/db/migrate/20131113012331_create_foos.rb
dirty_associations-0.4.2 test/dummy/db/migrate/20131113012331_create_foos.rb
dirty_associations-0.4.1 test/dummy/db/migrate/20131113012331_create_foos.rb
dirty_associations-0.4.0 test/dummy/db/migrate/20131113012331_create_foos.rb
dirty_associations-0.3.0 test/dummy/db/migrate/20131113012331_create_foos.rb
dirty_associations-0.2.1 test/dummy/db/migrate/20131113012331_create_foos.rb
dirty_associations-0.2.0 test/dummy/db/migrate/20131113012331_create_foos.rb
dirty_associations-0.1.0 test/dummy/db/migrate/20131113012331_create_foos.rb