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;