┌───────────────────────────────────────────────┐ │Dish │ ┌───────────────────────────────────────────────┐ ├───────────────────────────────────────────────┤ │User │ │*id : uuid <>│ ├───────────────────────────────────────────────┤ │-- │ │*id : uuid <>│ │*name : text <> │ │-- │ │image : text │ │*email : text <> │ │menu_price : float │ │password : text │ │solo_price : float │ └───────────────────────────────────────────────┘ │dish_type_id : uuid <> │ └───────────────────────────────────────────────┘ ┌───────────────────────────────────────────────┐ ┌───────────────────────────────────────────────┐ │DishType │ │Ingredient │ ├───────────────────────────────────────────────┤ ├───────────────────────────────────────────────┤ │*id : uuid <>│ │*id : uuid <>│ │-- │ │-- │ │*name : text <> │ │*name : text <> │ │image : text │ │available : bool │ └───────────────────────────────────────────────┘ └───────────────────────────────────────────────┘