RecipeAllergen
Type | Table |
---|---|
RecipeAllergen | gdata_recipe_allergen |
Refers to allergens within a recipe which are another key component of our data system. Allergens are denoted by unique IDs that should be cross-referenced with the Allergens Master Table. This allows for effective tracking and communication of potential allergens present in each dish, enabling customers to make safe and informed dietary choices.
Attribute | Data Type | Description |
---|---|---|
id | varchar(255) | Unique identifier for the allergen reference |
tags | varchar(255) | Tags associated with the allergen reference |
allergenid | varchar(255) | ID of the allergen (associated to the master allergens) |
recipeid | varchar(255) | ID of the associated recipe |
Updated about 1 year ago