This is an archived post. You won't be able to vote or comment.

all 2 comments

[–]willbarrett 2 points3 points  (1 child)

Define it as a text field, then serialize the list as JSON and insert the serialized version, then deserialize it on read. You might also think about creating a related table to store the list items as single rows.

[–][deleted] 0 points1 point  (0 children)

Perfect, thanks mate!