Retrospring/db/migrate/20141104143648_add_display_...

6 lines
123 B
Ruby
Raw Normal View History

2014-11-04 06:38:27 -08:00
class AddDisplayNameToUsers < ActiveRecord::Migration
def change
add_column :users, :display_name, :string
end
end