[SOLVED] Can numbers overflow in Moralis DB?

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

better to store them as string if you are unsure

1 Like