Unable to generate uuid as primary key
Hey everyone! I've searched through the help posts with similar titles but I could not get the answer I wanted. I have a prisma current setup, and trying to switch over, but my uuid is generated as my postgres primary key but I keep getting the following error:
I've tried all of the following:
and even the migration introspection tool set my id as this:
which definitely didnt work. Any ideas?
I've tried all of the following:
and even the migration introspection tool set my id as this:
which definitely didnt work. Any ideas?