class AddUsuarioIdToOauthApplications < ActiveRecord::Migration[5.2]
  def change
    add_column :oauth_applications, :usuario_id, :bigint
  end
end
