```await prisma.category.createMany( Foreign key...
# orm-help
n
Copy code
await prisma.category.createMany(
  Foreign key constraint failed on the field: `parentId`
    at cb (/app/node_modules/@prisma/client/runtime/index.js:38675:17) {
  code: 'P2003',
  clientVersion: '3.5.0',
  meta: { field_name: 'parentId' }
}