class AddColumnWiredCountToHardwareParts < ActiveRecord::Migration[6.0]
  def change
    add_column :hardware_parts, :wired_count, :integer,:default => 1
  end
end
