Sha256: cd53ec2baef1ea80cc2a51f2d522d86ac5cba2aaa9fd7302fc14453ed1275ada

Contents?: true

Size: 181 Bytes

Versions: 14

Compression:

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

14 entries across 14 versions & 3 rubygems

Version Path
ibm_db-3.0.4-x86-mingw32 test/migrations/to_copy_with_name_collision/1_people_have_hobbies.rb
ibm_db-3.0.4 test/migrations/to_copy_with_name_collision/1_people_have_hobbies.rb
ibm_db-3.0.3-x86-mingw32 test/migrations/to_copy_with_name_collision/1_people_have_hobbies.rb
ibm_db-3.0.3 test/migrations/to_copy_with_name_collision/1_people_have_hobbies.rb
ibm_db-3.0.2-x86-mingw32 test/migrations/to_copy_with_name_collision/1_people_have_hobbies.rb
ibm_db-3.0.2 test/migrations/to_copy_with_name_collision/1_people_have_hobbies.rb
activejob-lock-0.0.2 rails/activerecord/test/migrations/to_copy_with_name_collision/1_people_have_hobbies.rb
ibm_db-3.0.1 test/migrations/to_copy_with_name_collision/1_people_have_hobbies.rb
ibm_db-3.0.1-x86-mingw32 test/migrations/to_copy_with_name_collision/1_people_have_hobbies.rb
activejob-lock-0.0.1 rails/activerecord/test/migrations/to_copy_with_name_collision/1_people_have_hobbies.rb
activerecord-nuodb-adapter-2.0.3 test/migrations/to_copy_with_name_collision/1_people_have_hobbies.rb
activerecord-nuodb-adapter-2.0 test/migrations/to_copy_with_name_collision/1_people_have_hobbies.rb
activerecord-nuodb-adapter-1.1 test/migrations/to_copy_with_name_collision/1_people_have_hobbies.rb
activerecord-nuodb-adapter-1.0.4 test/migrations/to_copy_with_name_collision/1_people_have_hobbies.rb