Sha256: 2c8e2486fb74399640e3581509e0133466825deb888b32132c6970b2a29e621f

Contents?: true

Size: 196 Bytes

Versions: 16

Compression:

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

16 entries across 8 versions & 1 rubygems

Version Path
ibm_db-5.2.0 test/migrations/to_copy/2_people_have_descriptions.rb
ibm_db-5.2.0 test/migrations/to_copy_with_timestamps/20090101010202_people_have_descriptions.rb
ibm_db-5.1.0 test/migrations/to_copy/2_people_have_descriptions.rb
ibm_db-5.1.0 test/migrations/to_copy_with_timestamps/20090101010202_people_have_descriptions.rb
ibm_db-5.0.5 test/migrations/to_copy_with_timestamps/20090101010202_people_have_descriptions.rb
ibm_db-5.0.5 test/migrations/to_copy/2_people_have_descriptions.rb
ibm_db-5.0.4 test/migrations/to_copy/2_people_have_descriptions.rb
ibm_db-5.0.4 test/migrations/to_copy_with_timestamps/20090101010202_people_have_descriptions.rb
ibm_db-5.0.3 test/migrations/to_copy/2_people_have_descriptions.rb
ibm_db-5.0.3 test/migrations/to_copy_with_timestamps/20090101010202_people_have_descriptions.rb
ibm_db-5.0.2 test/migrations/to_copy_with_timestamps/20090101010202_people_have_descriptions.rb
ibm_db-5.0.2 test/migrations/to_copy/2_people_have_descriptions.rb
ibm_db-4.0.0-x86-mingw32 test/migrations/to_copy/2_people_have_descriptions.rb
ibm_db-4.0.0-x86-mingw32 test/migrations/to_copy_with_timestamps/20090101010202_people_have_descriptions.rb
ibm_db-4.0.0 test/migrations/to_copy_with_timestamps/20090101010202_people_have_descriptions.rb
ibm_db-4.0.0 test/migrations/to_copy/2_people_have_descriptions.rb