Sha256: 78fc7a0119637fe98085f468e2bf51cc447847d51de11184c8b31a7798458412

Contents?: true

Size: 311 Bytes

Versions: 6

Compression:

Stored size: 311 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

6 entries across 6 versions & 1 rubygems

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