Having Issue with Enum in Neon Postgres
I have been trying to have a schema of this kind
so when I give generate *cmd * drizzle-kit generate works but push *cmd * drizzle-kit push gives me error
2 Replies
Did you change from a different column type to enum?
Manually altering this column should the issue. I think you can do this in drizzle studio or probably neon if they have a sql runner you can use.
should fix it
I did this but it didn't work so i had to drop the table, then worked