recipes2/migrations/000001_init.down.sql

6 lines
228 B
SQL

drop table if exists recipe;
drop table if exists recipe_ingredients_group;
drop table if exists recipe_ingredients;
drop table if exists recipe_steps;
drop table if exists recipe_advices;
drop table if exists recipe_categories;