class DropCartItemsTable < ActiveRecord::Migration[8.0]
def change
drop_table :cart_items
drop_table :carts
drop_table :shop_now_cart_items
end