Sha256: af9c32135cb018b973e57eef6dd7660a54d91abd5734f095e146339281f3a8dd

Contents?: true

Size: 229 Bytes

Versions: 91

Compression:

Stored size: 229 Bytes

Contents

class CreateDogsFleas < ActiveRecord::Migration
  def self.up
    create_table :dogs_fleas, :id => false do |t|
      t.integer :dog_id
      t.integer :flea_id
    end
  end

  def self.down
    drop_table :dogs_fleas
  end
end

Version data entries

91 entries across 61 versions & 10 rubygems

Version Path
challah-0.5.4 vendor/bundle/gems/shoulda-2.11.3/test/rails3_root/db/migrate/008_create_dogs_fleas.rb
challah-0.5.3 vendor/bundle/gems/shoulda-2.11.3/test/rails3_root/db/migrate/008_create_dogs_fleas.rb
challah-0.5.2 vendor/bundle/gems/shoulda-2.11.3/test/rails3_root/db/migrate/008_create_dogs_fleas.rb
dirty_history-0.5.3 dirty_history/ruby/1.9.1/gems/shoulda-2.11.3/test/rails3_root/db/migrate/008_create_dogs_fleas.rb
dirty_history-0.5.2 dirty_history/ruby/1.9.1/gems/shoulda-2.11.3/test/rails3_root/db/migrate/008_create_dogs_fleas.rb
dirty_history-0.5.2 dirty_history/ruby/1.9.1/gems/dirty_history-0.2.0/dirty_history/ruby/1.9.1/gems/shoulda-2.11.3/test/rails3_root/db/migrate/008_create_dogs_fleas.rb
dirty_history-0.5.2 dirty_history/ruby/1.9.1/gems/dirty_history-0.2.0/dirty_history/ruby/1.9.1/gems/dirty_history-0.2.0/dirty_history/ruby/1.9.1/gems/shoulda-2.11.3/test/rails3_root/db/migrate/008_create_dogs_fleas.rb
challah-0.5.1 vendor/bundle/gems/shoulda-2.11.3/test/rails3_root/db/migrate/008_create_dogs_fleas.rb
challah-0.5.0 vendor/bundle/gems/shoulda-2.11.3/test/rails3_root/db/migrate/008_create_dogs_fleas.rb
dirty_history-0.5.1 dirty_history/ruby/1.9.1/gems/shoulda-2.11.3/test/rails3_root/db/migrate/008_create_dogs_fleas.rb
dirty_history-0.5.1 dirty_history/ruby/1.9.1/gems/dirty_history-0.2.0/dirty_history/ruby/1.9.1/gems/shoulda-2.11.3/test/rails3_root/db/migrate/008_create_dogs_fleas.rb
dirty_history-0.5.1 dirty_history/ruby/1.9.1/gems/dirty_history-0.2.0/dirty_history/ruby/1.9.1/gems/dirty_history-0.2.0/dirty_history/ruby/1.9.1/gems/shoulda-2.11.3/test/rails3_root/db/migrate/008_create_dogs_fleas.rb
dirty_history-0.5.0 dirty_history/ruby/1.9.1/gems/dirty_history-0.2.0/dirty_history/ruby/1.9.1/gems/shoulda-2.11.3/test/rails3_root/db/migrate/008_create_dogs_fleas.rb
dirty_history-0.5.0 dirty_history/ruby/1.9.1/gems/shoulda-2.11.3/test/rails3_root/db/migrate/008_create_dogs_fleas.rb
dirty_history-0.5.0 dirty_history/ruby/1.9.1/gems/dirty_history-0.2.0/dirty_history/ruby/1.9.1/gems/dirty_history-0.2.0/dirty_history/ruby/1.9.1/gems/shoulda-2.11.3/test/rails3_root/db/migrate/008_create_dogs_fleas.rb
challah-0.4.1 vendor/bundle/gems/shoulda-2.11.3/test/rails3_root/db/migrate/008_create_dogs_fleas.rb
challah-0.4.0 vendor/bundle/gems/shoulda-2.11.3/test/rails3_root/db/migrate/008_create_dogs_fleas.rb
challah-0.3.5 vendor/bundle/gems/shoulda-2.11.3/test/rails3_root/db/migrate/008_create_dogs_fleas.rb
faster_shoulda-2.11.4 test/rails3_root/db/migrate/008_create_dogs_fleas.rb
challah-0.3.4 vendor/bundle/gems/shoulda-2.11.3/test/rails3_root/db/migrate/008_create_dogs_fleas.rb