Sha256: 6adf17ae1b6bffc3605e79074b39087d189f10f31333e2ee207139f9afc4a83b

Contents?: true

Size: 205 Bytes

Versions: 12

Compression:

Stored size: 205 Bytes

Contents

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

  def self.down
    remove_column "people", "description"
  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_with_timestamps/20090101010202_people_have_descriptions.rb
ibm_db-5.2.0-x86-mingw32 test/migrations/to_copy/2_people_have_descriptions.rb
ibm_db-5.1.0-x86-mingw32 test/migrations/to_copy/2_people_have_descriptions.rb
ibm_db-5.1.0-x86-mingw32 test/migrations/to_copy_with_timestamps/20090101010202_people_have_descriptions.rb
ibm_db-5.0.5-x86-mingw32 test/migrations/to_copy_with_timestamps/20090101010202_people_have_descriptions.rb
ibm_db-5.0.5-x86-mingw32 test/migrations/to_copy/2_people_have_descriptions.rb
ibm_db-5.0.4-x86-mingw32 test/migrations/to_copy_with_timestamps/20090101010202_people_have_descriptions.rb
ibm_db-5.0.4-x86-mingw32 test/migrations/to_copy/2_people_have_descriptions.rb
ibm_db-5.0.3-x86-mingw32 test/migrations/to_copy_with_timestamps/20090101010202_people_have_descriptions.rb
ibm_db-5.0.3-x86-mingw32 test/migrations/to_copy/2_people_have_descriptions.rb
ibm_db-5.0.2-x86-mingw32 test/migrations/to_copy_with_timestamps/20090101010202_people_have_descriptions.rb
ibm_db-5.0.2-x86-mingw32 test/migrations/to_copy/2_people_have_descriptions.rb