[Solved] applying migrations...error: type "application_status" does not exist
Hi! I am getting this error when trying pgEnum
I tried without
.notNull().default("pending")
too but it doesn't work
the generated migration file is
I don't see anywhere where it defined application_status enum.1 Reply
Okay, so the issue it didn't create enum was because it wasn "exported"
🤦♂️ my bad, didn't know that