prisma migrate dev deleted all my data and when I do another migrate dev again I got shadow error
This always happened
4 Replies
Hey @Jay 👋
I assume you have referenced
uuid_generate_v4()
in your schema.prisma
file somewhere, correct?
Is this function available in your database? It looks like this error occurs because the function is not available to your database.no its not there
Do you mean the function is not available in the database or you haven't referenced
uuid_generate_v4()
in your schema.prisma file?