Sha256: 8e2cec135731f85a68d860a11aa25d6ed36e318d91e5283d9e8a7d76b73b58ba

Contents?: true

Size: 196 Bytes

Versions: 4

Compression:

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

4 entries across 2 versions & 1 rubygems

Version Path
ibm_db-3.0.5-x86-mingw32 test/migrations/to_copy/2_people_have_descriptions.rb
ibm_db-3.0.5-x86-mingw32 test/migrations/to_copy_with_timestamps/20090101010202_people_have_descriptions.rb
ibm_db-3.0.5 test/migrations/to_copy_with_timestamps/20090101010202_people_have_descriptions.rb
ibm_db-3.0.5 test/migrations/to_copy/2_people_have_descriptions.rb