class AddPowerToRouterInventory < ActiveRecord::Migration[6.0]
  def change
    add_column :router_inventories, :power, :string
  end
end
