Search
Star
Feedback
Setup for Free
© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
uint256 in mysql - Theo's Typesafe Cult
TTC
Theo's Typesafe Cult
•
3y 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)
Decimal(38,18)
, a bigint of wei like
Decimal(38,0)
Decimal(38,0)
, a hex string like
binary(20)
binary(20)
, varchar
(lol
)
, something else
?
Theo's Typesafe Cult
Join
26,564
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Similar Threads
Was this page helpful?
Yes
No
Similar Threads
MySQL GUI
TTC
Theo's Typesafe Cult / questions
3y ago
Should I use JSON in MySQL here?
TTC
Theo's Typesafe Cult / questions
4y ago
Case sensitive search in MySQL with Prisma
TTC
Theo's Typesafe Cult / questions
4y ago
Query random rows in mysql DB with prisma.
TTC
Theo's Typesafe Cult / questions
4y ago