is it possible to keep order of a many to many rel...
# orm-help
w
is it possible to keep order of a many to many relation without an explicit relation? Or do I need an explicit relation with an order column?
r
@windkomo 👋 You would need an explicit relation with an order field in this case.
👍 1
w
thanks!