6 lines
228 B
MySQL
6 lines
228 B
MySQL
|
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;
|