Retrospring/db/migrate/20141104143648_add_display_...

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

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