drizzle-zod update schema?

Yysmdev4/21/2023
is there any plan for createUpdateSchema from drizzle-zod?
Bbloberenober4/21/2023
I think you can just use insertSchema.partial(), by analogy from InferModel
Yysmdev4/21/2023
Thanks! but it might be very helpful export export const createUpdateSchema = (table) => createInsertSchema(table).partial() from drizzle-zod too