I wanted to know if it is possible to have a list in database, as in java List<>
as in the image below,
a comida
table that may have one or more ingredientes
.
How can I do this in the database?
For example, add one ingredient in lasagna, and another 2 in pasta.