drizzle-zod create schema does not return a usable zod object
createInsertSchema, createSelectSchema, etc does not return a zod object that can be used
it is returning a
BuildSchema
type which is not compatible with other libs using zod0 Replies