class AddUidToHardwares < ActiveRecord::Migration[6.0]
  def change
  	add_column :hardwares, :uid, :string
  end
end
