Sha256: 1ac0b8228a6d67a82bfa1edfde2bc58a1f196a367bc1f838b59079465b5d1941

Contents?: true

Size: 199 Bytes

Versions: 6

Compression:

Stored size: 199 Bytes

Contents

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

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

Version data entries

6 entries across 6 versions & 1 rubygems

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