class ChangeUserStatisticsUsgidToAllowNull < ActiveRecord::Migration[6.0]
  def change
      change_column :UserStatistics, :USGID, :integer, null: true, default: :null
  end
end
