drizzle-zod returns properties as optional and `unknown`
i'm trying to get something work with
when i use the following, drizzle-zod seems to return
the output for the type is...
this isn't of any use. this also happens if i use straight
@hono/zod-openapi and i am using drizzle to manage my postgres.when i use the following, drizzle-zod seems to return
unknown types for properties and I am a bit stumped...the output for the type is...
this isn't of any use. this also happens if i use straight
drizzle-zod without using the factory. is there anything i am missing here? any help would be greatly appreciated.