Sha256: 61af05f2ce6fd0cf067c5b8891a8f3f76d9a8ceec6ae64f4e94dffc3627edc44

Contents?: true

Size: 120 Bytes

Versions: 5

Compression:

Stored size: 120 Bytes

Contents

class AddDescriptionToUsers < ActiveRecord::Migration
  def change
    add_column :users, :description, :text
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
edit_mode-1.0.5 test_app/db/migrate/20141107180745_add_description_to_users.rb
edit_mode-1.0.4 test_app/db/migrate/20141107180745_add_description_to_users.rb
edit_mode-1.0.3 test_app/db/migrate/20141107180745_add_description_to_users.rb
edit_mode-1.0.2 test_app/db/migrate/20141107180745_add_description_to_users.rb
edit_mode-1.0.1 test_app/db/migrate/20141107180745_add_description_to_users.rb