RecipeModifier

TypeTable
RecipeModifiergdata_recipe_modifier

Refers to modifiers that represent the individual options within a Modifier Group. For example: if we consider the 'Drinks' Modifier Group within a 'Burger' recipe, options like 'cola', 'pepsi', and 'water' would be the Modifiers. These specific choices allow customers to personalize their meals according to their preferences, enhancing their overall dining experience.

AttributeData TypeDescription
idvarchar(255)Unique identifier for the modifier
tagsvarchar(255)Tags associated with the modifier
externalidvarchar(255)External identifier if the modifier comes from another system
maxlimitint4Maximum limit for the modifier
modifiergroupidvarchar(255)ID of the associated modifier group
"name"varchar(2000)Name of the modifier
recipeidvarchar(255)ID of the associated recipe
sortindexint4Index for sorting the modifiers
modifiergroupuniqueidvarchar(255)Unique ID of the associated modifier group