I would like to store an object FOO in a database. Lets say FOO contains three integers and a list of "Fruits".
The list can have any length, the only thing I know is that the all the fruits allowed are stored in another table.
Can I store the fruit list in a column?