Sha256: 8b35e0db720716a3816140c2071e4e577c2ed529de6977048b4cd1590ee87c9f

Contents?: true

Size: 299 Bytes

Versions: 8

Compression:

Stored size: 299 Bytes

Contents

class ValidWithTimestampsInnocentJointable < ActiveRecord::Migration::Current
  def self.up
    create_table("people_reminders", :id => false) do |t|
      t.column :reminder_id, :integer
      t.column :person_id, :integer
    end
  end

  def self.down
    drop_table "people_reminders"
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
ibm_db-5.2.0 test/migrations/valid_with_timestamps/20100301010101_valid_with_timestamps_innocent_jointable.rb
ibm_db-5.1.0 test/migrations/valid_with_timestamps/20100301010101_valid_with_timestamps_innocent_jointable.rb
ibm_db-5.0.5 test/migrations/valid_with_timestamps/20100301010101_valid_with_timestamps_innocent_jointable.rb
ibm_db-5.0.4 test/migrations/valid_with_timestamps/20100301010101_valid_with_timestamps_innocent_jointable.rb
ibm_db-5.0.3 test/migrations/valid_with_timestamps/20100301010101_valid_with_timestamps_innocent_jointable.rb
ibm_db-5.0.2 test/migrations/valid_with_timestamps/20100301010101_valid_with_timestamps_innocent_jointable.rb
ibm_db-4.0.0-x86-mingw32 test/migrations/valid_with_timestamps/20100301010101_valid_with_timestamps_innocent_jointable.rb
ibm_db-4.0.0 test/migrations/valid_with_timestamps/20100301010101_valid_with_timestamps_innocent_jointable.rb