3 Replies
The primary key (@id) cannot be null therefor must have a value
ok I solved the issue, it is the zod schema type which has the uuid not market as optional
i'm generating the zod schemas with a package
this solved the issue: createOptionalDefaultValuesTypes = true
the problem is that, the schema has a long name
looks nasty