ENUM not detected

Using Drizzle ORM

    "drizzle-kit": "^0.19.13",
    "drizzle-orm": "^0.28.6",
    "drizzle-zod": "^0.5.1",


Whenever I make a change to one of my PG ENUM like add or remove a value to an existing ENUM in my schema, the drizzle
generate
command doesn't detect it.
Was this page helpful?