Sha256: 46909fdc24fb8292bdc0015c65173af4d40d2c5b1b553109665105a911696f8d

Contents?: true

Size: 190 Bytes

Versions: 8

Compression:

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

8 entries across 8 versions & 1 rubygems

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