class AddPortCountToHardwareParts < ActiveRecord::Migration[6.0]
  def change
    add_column :hardware_parts, :port_count, :integer
  end
end
