studio
studio copied to clipboard
Error when change prop in table (in prisma studio)
Bug description
TypeError: Do not know how to serialize a BigInt
at JSON.stringify (
How to reproduce
Expected behavior
No response
Prisma information
Environment & setup
- OS:
- Browser:
- Database:
Prisma logs
No response
What version of Prisma are you using? Do you have a BigInt
field in your Prisma Schema?
Now, i used [email protected] and i catch error Message: Do not know how to serialize a BigInt
Yep, i have BigInt in my Prisma Schema. But, early, my schema don't have type BigInt, i used simple Int type.
May be i have problem, because part data in my table have type Int and rest data have type BigInt?