Sha256: fd7c313ba786faf4103f967f2b4290b376e989196e988a7cdf0c8eba622b30fa

Contents?: true

Size: 182 Bytes

Versions: 31

Compression:

Stored size: 182 Bytes

Contents

class AddDescriptionToUser < ActiveRecord::Migration
  def self.up
    add_column :users, :description, :text
  end

  def self.down
    remove_column :users, :description
  end
end

Version data entries

31 entries across 31 versions & 3 rubygems

Version Path
very_best_in_place-2.0.3 test_app/db/migrate/20110115204441_add_description_to_user.rb
crest_in_place-2.2.0 test_app/db/migrate/20110115204441_add_description_to_user.rb
best_in_place-2.1.0 test_app/db/migrate/20110115204441_add_description_to_user.rb
best_in_place-2.0.3 test_app/db/migrate/20110115204441_add_description_to_user.rb
best_in_place-2.0.2 test_app/db/migrate/20110115204441_add_description_to_user.rb
best_in_place-2.0.1 test_app/db/migrate/20110115204441_add_description_to_user.rb
best_in_place-2.0.0 test_app/db/migrate/20110115204441_add_description_to_user.rb
best_in_place-1.1.3 test_app/db/migrate/20110115204441_add_description_to_user.rb
best_in_place-1.1.2 test_app/db/migrate/20110115204441_add_description_to_user.rb
best_in_place-1.1.1 test_app/db/migrate/20110115204441_add_description_to_user.rb
best_in_place-1.1.0 test_app/db/migrate/20110115204441_add_description_to_user.rb
best_in_place-0.2.3 test_app/db/migrate/20110115204441_add_description_to_user.rb
best_in_place-1.0.6 test_app/db/migrate/20110115204441_add_description_to_user.rb
best_in_place-1.0.5 test_app/db/migrate/20110115204441_add_description_to_user.rb
best_in_place-1.0.4 test_app/db/migrate/20110115204441_add_description_to_user.rb
best_in_place-1.0.3 test_app/db/migrate/20110115204441_add_description_to_user.rb
best_in_place-0.2.2 test_app/db/migrate/20110115204441_add_description_to_user.rb
best_in_place-1.0.2 test_app/db/migrate/20110115204441_add_description_to_user.rb
best_in_place-0.2.1 test_app/db/migrate/20110115204441_add_description_to_user.rb
best_in_place-1.0.1 test_app/db/migrate/20110115204441_add_description_to_user.rb