Sha256: 56526671b1607827aba6964daf8d8c65f5c72e52f96ef1ea68042e2b1a1b9ef8

Contents?: true

Size: 197 Bytes

Versions: 12

Compression:

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

12 entries across 6 versions & 1 rubygems

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