Recipe

TypeTable
Recipegdata_recipe

Refers to a recipe, in the system which serves as a template for your menu item. This contains menu details as well as a list of modifier details. For example: if 'Burger' is your recipe, it would include various options like 'tomato', 'fries', etc. These options are known as 'modifiers'. They allow customization of a basic recipe according to customer preferences, enabling a more tailored dining experience.a more tailored dining experience.

AttributeData TypeDescription
idvarchar(255)Unique identifier for the recipe
createdattimestampDate and time when the recipe was created
createdbyvarchar(255)Identifier for the user who created the recipe
modifiedattimestampDate and time when the recipe was last modified
modifiedbyvarchar(255)Identifier for the user who last modified the recipe
statusvarchar(255)Current status of the recipe
tagsvarchar(255)Tags associated with the recipe for categorization
barcodevarchar(255)Barcode associated with the recipe
brandidvarchar(255)Identifier for the brand of the recipe
descriptionvarchar(3000)Detailed description of the recipe
externalidvarchar(255)External identifier if the recipe comes from another system
imagevarchar(255)Link or path to the image of the recipe
"name"varchar(2000)Name of the recipe partnerid
varchar(255)Identifier for the partner associated with the recipe
preparationtimevarchar(255)Time required to prepare the recipe