Hello, I want to seed resources with many-to-many relationships. How would I accomplish this?
I am thinking of doing something silly, just reference the rows that were inserted, considering that I don't know the actual IDs, and then read them appropriately and bulk-create them.
Any ideas are welcome!