Making a enum/union type like in prisma, but with drizzle
I have this a role
With prisma I would be able to do this on the schema
and use it like this inside my typescript
pgEnum and I want to make a enum type that is also a union type, like what happens in prisma when you make a enumWith prisma I would be able to do this on the schema
and use it like this inside my typescript