Sha256: 6b06a097963faf0a81392a68bcaf24f1ab9ad9600c584966ba497a947df17c9a

Contents?: true

Size: 179 Bytes

Versions: 28

Compression:

Stored size: 179 Bytes

Contents

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

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

Version data entries

28 entries across 14 versions & 3 rubygems

Version Path
ibm_db-3.0.4-x86-mingw32 test/migrations/to_copy/1_people_have_hobbies.rb
ibm_db-3.0.4-x86-mingw32 test/migrations/to_copy_with_timestamps/20090101010101_people_have_hobbies.rb
ibm_db-3.0.4 test/migrations/to_copy/1_people_have_hobbies.rb
ibm_db-3.0.4 test/migrations/to_copy_with_timestamps/20090101010101_people_have_hobbies.rb
ibm_db-3.0.3-x86-mingw32 test/migrations/to_copy/1_people_have_hobbies.rb
ibm_db-3.0.3-x86-mingw32 test/migrations/to_copy_with_timestamps/20090101010101_people_have_hobbies.rb
ibm_db-3.0.3 test/migrations/to_copy/1_people_have_hobbies.rb
ibm_db-3.0.3 test/migrations/to_copy_with_timestamps/20090101010101_people_have_hobbies.rb
ibm_db-3.0.2-x86-mingw32 test/migrations/to_copy_with_timestamps/20090101010101_people_have_hobbies.rb
ibm_db-3.0.2-x86-mingw32 test/migrations/to_copy/1_people_have_hobbies.rb
ibm_db-3.0.2 test/migrations/to_copy/1_people_have_hobbies.rb
ibm_db-3.0.2 test/migrations/to_copy_with_timestamps/20090101010101_people_have_hobbies.rb
activejob-lock-0.0.2 rails/activerecord/test/migrations/to_copy_with_timestamps/20090101010101_people_have_hobbies.rb
activejob-lock-0.0.2 rails/activerecord/test/migrations/to_copy/1_people_have_hobbies.rb
ibm_db-3.0.1 test/migrations/to_copy/1_people_have_hobbies.rb
ibm_db-3.0.1 test/migrations/to_copy_with_timestamps/20090101010101_people_have_hobbies.rb
ibm_db-3.0.1-x86-mingw32 test/migrations/to_copy/1_people_have_hobbies.rb
ibm_db-3.0.1-x86-mingw32 test/migrations/to_copy_with_timestamps/20090101010101_people_have_hobbies.rb
activejob-lock-0.0.1 rails/activerecord/test/migrations/to_copy/1_people_have_hobbies.rb
activejob-lock-0.0.1 rails/activerecord/test/migrations/to_copy_with_timestamps/20090101010101_people_have_hobbies.rb