Soc/db/migrate/20231229143648_drop_foods.rb

6 lines
92 B
Ruby

class DropFoods < ActiveRecord::Migration[7.1]
def change
drop_table :foods
end
end