hey, can createMany be used with many to many tabl...
# orm-help
s
hey, can createMany be used with many to many tables? I have a company table with employees like in the screenshot, I want to insert a company and it's employees(bulk), is there a way to achieve this in similar way to createMany?