Prisma stores invalid data
when trying to store a big int like my discord user if which is
229368888486395905
, when prisma stores the number, it is different to what my id is! This is what it stores: 229368888486395900
3 Replies
Also i get this popup when trying to delete field from the table
is your field type "BigInt"?
ye
that was actually a problem of parseInt
when i tried this method to convert string to number, it changed those digits
@pierre
now my only concern is this
cannot delete the record from the studio
gets this error