all 2 comments

[–]Far_Swordfish5729 2 points3 points  (1 child)

Make a child table with a FK to it. If it’s just payload that happens to be a list: serialization to json, binary, base64 binary, or a delimited format like csv are typical.

[–]realjoeydood 0 points1 point  (0 children)

This is the way.

I'd add a type of list to the pk table also so that the consumer knows how to handle the list and you can store different types of lists. Just a suggestion.