class DropProjectsTable < ActiveRecord::Migration[8.1] def change drop_table :projects end end