class ChangeOperatorBandToBeTextInUplinks < ActiveRecord::Migration[6.0]
  def change
    change_column :uplinks, :operator_band, :text
  end
end
