ref: master
plugins/oauth_provider/db/migrate/20160727164530_add_scopes_to_oauth_applications.rb
1 2 3 4 5
class AddScopesToOauthApplications < ActiveRecord::Migration def change add_column :oauth_applications, :scopes, :string, null: false, default: '' end end