Crypto Currency MySQL Datatypes ?
There’s a clear best option out of the three you suggested (plus one from the comments). BIGINT — uses just 8 bytes, but the largest BIGINT only has 19 decimal digits; if you divide by 1018, the largest value you can represent is 9.22, which isn’t enough range. DOUBLE — only has 15–17 decimal digits … Read more