Does anyone know what the following error means? I...
# orm-help
f
Does anyone know what the following error means? I’m pretty clueless here as there’s not much information in the error message
Copy code
WARN
  Invalid `prisma.licenseType.create()` invocation:

  Null constraint violation on the fields: ()

  Invalid `prisma.licenseType.create()` invocation:
  Null constraint violation on the fields: ()
1
Ended up being a table issue, CockroachDB is not supported so I have to create them manually and made a small error somewhere.
👍 1