Brian Archbold

Results 5 comments of Brian Archbold

@julescsv So it's not a fix but possible workarounds, rename your table from `someTable` to `someTable-1` or whatever you want. Destroying and recreating the table doesn't work, the table name...

> `bananaSchema` and `orangeSchema` has the same `type`. Yes, that's intended, as both are of type `fruit`. It's their subtypes ('banana' and 'orange') that differ. So I basically want something...

Yeah, I'm guessing nested discriminated unions with different discriminators aren't currently supported?

Hi guys, I believe this will be fixed as part of Zod v4.