class DropSoftwares < ActiveRecord::Migration[6.0]
  def change
    drop_table :softwares, if_exists: true
  end
end
