Nested insert not working
So in drizzle I’m making a transaction and I’m creating a product, after that I am creating the variants for it. But at this point if I want to insert in the variantImages it just skips this step.
If I try inserting the variantImages after the map it works (manually targeting a variantID).
0 Replies