[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.2 Replies