help with drizzle-zod with jsonb column
I have this table definition:
then I use drizzle-zod to create a type from that schema:
but the addresses property is a json type, not an array of Address.
Is there a way to change that behavior?
then I use drizzle-zod to create a type from that schema:
but the addresses property is a json type, not an array of Address.
Is there a way to change that behavior?
