Sha256: cb43de4894b4aec09dd8989a242258a1bf30dbd86eeec5d30a4a07bdf92e7c77

Contents?: true

Size: 190 Bytes

Versions: 2

Compression:

Stored size: 190 Bytes

Contents

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

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ibm_db-3.0.5-x86-mingw32 test/migrations/to_copy_with_name_collision/1_people_have_hobbies.rb
ibm_db-3.0.5 test/migrations/to_copy_with_name_collision/1_people_have_hobbies.rb