How do you save your dropdown multiple values in DB

Certified Senior Developer

Hi,

I have a question:

When you have some multiple dropdowns (with items stored in reference table), do you always store your data in 2 different tables ? a first table for the data source, and another table to save the multiple values and make the link with the first table.

I have already seen, multiple values stored in a single table with concatened values to store the keys in a text field, but unfortunately, this seems not a good way because of the DB foreign key constraints missing.

Regards

  Discussion posts and replies are publicly visible