TypeError: Do not know how to serialize a BigInt
I have defined the following schema:
When I open up drizzle studio, and go in to the Drizzle runner table, and enter the following query:
The browser view goes blank, and I see the following error in the browser dev console:
Anyone have any idea what I'm missing or doing wrong, and what I might be able to do to fix it?
1 Reply
I'm having the same issue, except I'm using SQLite. Did you ever manage to find a solution?