class NullToGoogleProvisionsSid < ActiveRecord::Migration[6.0]
  def change
    change_column_null :GoogleProvisions, :StudentID, true
  end
end
