migration 1
DROP TYPE IF EXISTS RecipeCategory; CREATE TYPE RecipeCategory AS ENUM ( \'Vegetarian\', \'Breakfast\', \'Dinner\', \'Snacks\',