Skip to content
Snippets Groups Projects
Forked from PortalMEC / portalmec
1090 commits behind the upstream repository.
20170109133754_add_nickname_to_user.rb 120 B
class AddNicknameToUser < ActiveRecord::Migration[5.0]
  def change
    add_column :users, :nickname, :string
  end
end