Recipe
| Type | Table | 
|---|---|
| Recipe | gdata_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.
| Attribute | Data Type | Description | 
|---|---|---|
| id | varchar(255) | Unique identifier for the recipe | 
| createdat | timestamp | Date and time when the recipe was created | 
| createdby | varchar(255) | Identifier for the user who created the recipe | 
| modifiedat | timestamp | Date and time when the recipe was last modified | 
| modifiedby | varchar(255) | Identifier for the user who last modified the recipe | 
| status | varchar(255) | Current status of the recipe | 
| tags | varchar(255) | Tags associated with the recipe for categorization | 
| barcode | varchar(255) | Barcode associated with the recipe | 
| brandid | varchar(255) | Identifier for the brand of the recipe | 
| description | varchar(3000) | Detailed description of the recipe | 
| externalid | varchar(255) | External identifier if the recipe comes from another system | 
| image | varchar(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 | |
| preparationtime | varchar(255) | Time required to prepare the recipe | 
Updated 8 months ago