Hi everyone, is there any way at schema level to k...
# orm-help
c
Hi everyone, is there any way at schema level to keep the array of a one-to-many relationship ordered, or do I need to use a separate table for tracking the order?
n
Hey Christopher 👋 Can you please elaborate on your use case on what you are trying to achieve? If the order is going to change I would suggest keeping a separate table to track them.