Drizzle not creating enum
Hey guys, I am using drizzle in my project with postgres. I create a new enum(with pgenum) but the generate sql is missing the definition of the enum.
and using this as
there's no definition of enum
and using this as
status: status().notNull().default('created') and here's the generated sqlthere's no definition of enum