class AddQosColumnsForVLans < ActiveRecord::Migration[6.0]
  def change
    add_column :v_lans, :qos_bw, :string, default: "0"
  end
end