Retrospring/db/migrate/20141104143648_add_display_...

6 lines
128 B
Ruby
Raw Normal View History

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