Sha256: 23ec84c8394a000b359d1be97ba7cea888736845cef6d2876a163ee82b454508

Contents?: true

Size: 215 Bytes

Versions: 202

Compression:

Stored size: 215 Bytes

Contents

class CreateDogsFleas < ActiveRecord::Migration
  def self.up
    create_table :dogs_fleas do |t|
      t.integer :dog_id
      t.integer :flea_id
    end
  end

  def self.down
    drop_table :dogs_fleas
  end
end

Version data entries

202 entries across 172 versions & 31 rubygems

Version Path
thoughtbot-shoulda-2.10.0 test/rails_root/db/migrate/008_create_dogs_fleas.rb
thoughtbot-shoulda-2.10.1 test/rails_root/db/migrate/008_create_dogs_fleas.rb
thoughtbot-shoulda-2.10.2 test/rails_root/db/migrate/008_create_dogs_fleas.rb
thoughtbot-shoulda-2.9.0 test/rails_root/db/migrate/008_create_dogs_fleas.rb
thoughtbot-shoulda-2.9.1 test/rails_root/db/migrate/008_create_dogs_fleas.rb
thoughtbot-shoulda-2.9.2 test/rails_root/db/migrate/008_create_dogs_fleas.rb
dirty_history-0.7.3 dirty_history/ruby/1.9.1/gems/shoulda-2.11.3/test/rails2_root/db/migrate/008_create_dogs_fleas.rb
dirty_history-0.7.2 dirty_history/ruby/1.9.1/gems/shoulda-2.11.3/test/rails2_root/db/migrate/008_create_dogs_fleas.rb
dirty_history-0.7.1 dirty_history/ruby/1.9.1/gems/shoulda-2.11.3/test/rails2_root/db/migrate/008_create_dogs_fleas.rb
dirty_history-0.7.0 dirty_history/ruby/1.9.1/gems/shoulda-2.11.3/test/rails2_root/db/migrate/008_create_dogs_fleas.rb
dirty_history-0.6.7 dirty_history/ruby/1.9.1/gems/shoulda-2.11.3/test/rails2_root/db/migrate/008_create_dogs_fleas.rb
dirty_history-0.6.6 dirty_history/ruby/1.9.1/gems/shoulda-2.11.3/test/rails2_root/db/migrate/008_create_dogs_fleas.rb
dirty_history-0.6.5 dirty_history/ruby/1.9.1/gems/shoulda-2.11.3/test/rails2_root/db/migrate/008_create_dogs_fleas.rb
dirty_history-0.6.4 dirty_history/ruby/1.9.1/gems/shoulda-2.11.3/test/rails2_root/db/migrate/008_create_dogs_fleas.rb
dirty_history-0.6.3 dirty_history/ruby/1.9.1/gems/shoulda-2.11.3/test/rails2_root/db/migrate/008_create_dogs_fleas.rb
challah-0.6.2 vendor/bundle/gems/shoulda-2.11.3/test/rails2_root/db/migrate/008_create_dogs_fleas.rb
dirty_history-0.6.2 dirty_history/ruby/1.9.1/gems/shoulda-2.11.3/test/rails2_root/db/migrate/008_create_dogs_fleas.rb
dirty_history-0.6.1 dirty_history/ruby/1.9.1/gems/shoulda-2.11.3/test/rails2_root/db/migrate/008_create_dogs_fleas.rb
dirty_history-0.6.0 dirty_history/ruby/1.9.1/gems/shoulda-2.11.3/test/rails2_root/db/migrate/008_create_dogs_fleas.rb
challah-0.6.1 vendor/bundle/gems/shoulda-2.11.3/test/rails2_root/db/migrate/008_create_dogs_fleas.rb