Hi, so I have an object that has a bunch of normal fields, and then it has an array field with enums in it. I have the object stored in the table with an integer ID, but I'm not quite sure how to store the array, I assume I need another table, but I'm not sure how to link it all together. Also, I need to make sure the order of the array is retained inside the table. Any and all help would be greatly appreciated!