Sha256: 318ef7696b9775994f1c34c289323bdff72297b9e76968e73422acb7cc1c658c

Contents?: true

Size: 188 Bytes

Versions: 16

Compression:

Stored size: 188 Bytes

Contents

class PeopleHaveLastNames < ActiveRecord::Migration::Current
  def self.up
    add_column "people", "hobbies", :text
  end

  def self.down
    remove_column "people", "hobbies"
  end
end

Version data entries

16 entries across 8 versions & 1 rubygems

Version Path
ibm_db-5.2.0 test/migrations/to_copy_with_timestamps/20090101010101_people_have_hobbies.rb
ibm_db-5.2.0 test/migrations/to_copy/1_people_have_hobbies.rb
ibm_db-5.1.0 test/migrations/to_copy/1_people_have_hobbies.rb
ibm_db-5.1.0 test/migrations/to_copy_with_timestamps/20090101010101_people_have_hobbies.rb
ibm_db-5.0.5 test/migrations/to_copy/1_people_have_hobbies.rb
ibm_db-5.0.5 test/migrations/to_copy_with_timestamps/20090101010101_people_have_hobbies.rb
ibm_db-5.0.4 test/migrations/to_copy_with_timestamps/20090101010101_people_have_hobbies.rb
ibm_db-5.0.4 test/migrations/to_copy/1_people_have_hobbies.rb
ibm_db-5.0.3 test/migrations/to_copy/1_people_have_hobbies.rb
ibm_db-5.0.3 test/migrations/to_copy_with_timestamps/20090101010101_people_have_hobbies.rb
ibm_db-5.0.2 test/migrations/to_copy/1_people_have_hobbies.rb
ibm_db-5.0.2 test/migrations/to_copy_with_timestamps/20090101010101_people_have_hobbies.rb
ibm_db-4.0.0-x86-mingw32 test/migrations/to_copy_with_timestamps/20090101010101_people_have_hobbies.rb
ibm_db-4.0.0-x86-mingw32 test/migrations/to_copy/1_people_have_hobbies.rb
ibm_db-4.0.0 test/migrations/to_copy_with_timestamps/20090101010101_people_have_hobbies.rb
ibm_db-4.0.0 test/migrations/to_copy/1_people_have_hobbies.rb