Hi,
I’m storing some of my payment values as numbers in DB. Now it’s working fine, but I’m wondering if amounts increase is there a chance that the numbers overflow in DB?
For example, can the DB hold 100 000 of matic in wei accurately or should I store them as strings?
Thank you