bigint value comes back rounded in a query
Hi,
I use a bigint to store the ID of my user as I want it to match discord Ids (and they are LONG).
When I look at my db, they are stored correctly with the exact number.
However, once I query them, they are coming back to me with some approximations. I do not want that, I need the exact ID.
How do I fix this ?
Table:
Request:
Response:
See how my user id got rounded for the decimals?
I use a bigint to store the ID of my user as I want it to match discord Ids (and they are LONG).
When I look at my db, they are stored correctly with the exact number.
However, once I query them, they are coming back to me with some approximations. I do not want that, I need the exact ID.
How do I fix this ?
Table:
Request:
Response:
See how my user id got rounded for the decimals?