Hi there -
How can we add multiple things from a list in a database?
So for instance we have a database of all terms. One column has linked records to nutrients. When someone chooses apple, it has a nutrient column that is a ‘list’ of the ids of nutrients.
We want to add this list of ids of nutrients to a different nutrient table, but not only the nutrient but also it’s name from the list of names.
How can I set this up?