Sha256: dccc47b8b4cc64a23ff44dc4acde7337b484c1e5dfb41535fca0e5048858ab97

Contents?: true

Size: 111 Bytes

Versions: 8

Compression:

Stored size: 111 Bytes

Contents

class AddHeightToUser < ActiveRecord::Migration
  def change
    add_column :users, :height, :string
  end
end

Version data entries

8 entries across 8 versions & 3 rubygems

Version Path
very_best_in_place-2.0.3 test_app/db/migrate/20120620165212_add_height_to_user.rb
crest_in_place-2.2.0 test_app/db/migrate/20120620165212_add_height_to_user.rb
best_in_place-2.1.0 test_app/db/migrate/20120620165212_add_height_to_user.rb
best_in_place-2.0.3 test_app/db/migrate/20120620165212_add_height_to_user.rb
best_in_place-2.0.2 test_app/db/migrate/20120620165212_add_height_to_user.rb
best_in_place-2.0.1 test_app/db/migrate/20120620165212_add_height_to_user.rb
best_in_place-2.0.0 test_app/db/migrate/20120620165212_add_height_to_user.rb
best_in_place-1.1.3 test_app/db/migrate/20120620165212_add_height_to_user.rb