Sha256: 601b2a23aaad7571f0e77095cba9b8f3567f8105eca289fcd9656e6b6597cb89

Contents?: true

Size: 187 Bytes

Versions: 28

Compression:

Stored size: 187 Bytes

Contents

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

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

Version data entries

28 entries across 14 versions & 3 rubygems

Version Path
ibm_db-3.0.4-x86-mingw32 test/migrations/to_copy/2_people_have_descriptions.rb
ibm_db-3.0.4-x86-mingw32 test/migrations/to_copy_with_timestamps/20090101010202_people_have_descriptions.rb
ibm_db-3.0.4 test/migrations/to_copy/2_people_have_descriptions.rb
ibm_db-3.0.4 test/migrations/to_copy_with_timestamps/20090101010202_people_have_descriptions.rb
ibm_db-3.0.3-x86-mingw32 test/migrations/to_copy_with_timestamps/20090101010202_people_have_descriptions.rb
ibm_db-3.0.3-x86-mingw32 test/migrations/to_copy/2_people_have_descriptions.rb
ibm_db-3.0.3 test/migrations/to_copy_with_timestamps/20090101010202_people_have_descriptions.rb
ibm_db-3.0.3 test/migrations/to_copy/2_people_have_descriptions.rb
ibm_db-3.0.2-x86-mingw32 test/migrations/to_copy/2_people_have_descriptions.rb
ibm_db-3.0.2-x86-mingw32 test/migrations/to_copy_with_timestamps/20090101010202_people_have_descriptions.rb
ibm_db-3.0.2 test/migrations/to_copy/2_people_have_descriptions.rb
ibm_db-3.0.2 test/migrations/to_copy_with_timestamps/20090101010202_people_have_descriptions.rb
activejob-lock-0.0.2 rails/activerecord/test/migrations/to_copy_with_timestamps/20090101010202_people_have_descriptions.rb
activejob-lock-0.0.2 rails/activerecord/test/migrations/to_copy/2_people_have_descriptions.rb
ibm_db-3.0.1 test/migrations/to_copy_with_timestamps/20090101010202_people_have_descriptions.rb
ibm_db-3.0.1 test/migrations/to_copy/2_people_have_descriptions.rb
ibm_db-3.0.1-x86-mingw32 test/migrations/to_copy_with_timestamps/20090101010202_people_have_descriptions.rb
ibm_db-3.0.1-x86-mingw32 test/migrations/to_copy/2_people_have_descriptions.rb
activejob-lock-0.0.1 rails/activerecord/test/migrations/to_copy/2_people_have_descriptions.rb
activejob-lock-0.0.1 rails/activerecord/test/migrations/to_copy_with_timestamps/20090101010202_people_have_descriptions.rb