class AddOrcidToUsers

Public Instance Methods

change() click to toggle source
# File lib/generators/sufia/models/templates/migrations/add_orcid_to_users.rb, line 2
def change
  add_column :users, :orcid, :string
end