Drizzle Studio Showing NaN for primary key
I'm seeing
NaN
for primary key (id
) in Drizzle studio although it's uuid and when I actually call SQL, I see the correct uuid ID. Is this a bug? foreignKey (hirespaceId
) seems just fine.
Schema:
Dependencies:
Postgres Docker Image:
Image:5 Replies
The last row, the actual value is
94a0efe8-1207-4ba0-ad7f-d71e106c6d98
. So it seems like some sort of mistyping?@Julian should be fixed now!
please check it
Thank you!!
Confirmed, it’s working!
Can I close this then?
GitHub
[BUG]: Drizzle Studio Postgres showing NaN for uuid primary key wit...
What version of drizzle-orm are you using? 0.30.8 What version of drizzle-kit are you using? 0.20.16 Describe the Bug Drizzle studio shows NaN for uuid primary key with Postgres. I ran raw SQL just...
we will close it