drizzle-zod not working with column of type vector (as introduced in latest release v.0.31.0)
Tried using
Getting a strange error:
The error message is kind of weird (why is it talking about enumValues?), but without the vector column, everything works out... Any pointers to how I could fix this and keep using drizzle-zod's helper functions? I use them extensively in my project so it would be a bummer if I had to ditch them
createSelectSchema() on a table that has a column of type vector, e.g.Getting a strange error:
Error: Cannot use 'in' operator to search for 'enumValues' in undefinedThe error message is kind of weird (why is it talking about enumValues?), but without the vector column, everything works out... Any pointers to how I could fix this and keep using drizzle-zod's helper functions? I use them extensively in my project so it would be a bummer if I had to ditch them