Theo's Typesafe CultTTC
Theo's Typesafe Cult3y ago
1 reply
chmod

uint256 in mysql

what's the most sane way to store an amount like this in a db?
Decimal(38,18), a bigint of wei like Decimal(38,0), a hex string like binary(20), varchar (lol), something else?
Was this page helpful?