I have the following straightforward example with three tables: device types, device components and device, that is composed of data from the previous two tables.
So, if the device Type 3 (Emergency Intercom) is composed of two elements of the device components table, how can I do to specify it in the components column of the device table?
I mean, I know that I need ID 1, 3 and 4 from device components table, but...how do I reference those two values in a column of another table?
I need to do something like this or is possible to define a json column in the table?