For money everytime use decimal. You can save there cents. https://www.noelherrick.com/blog/always-use-decimal-for-money
Apr 28, 2020
4
Level 2
Which money datatype to use ?
If I am building an e-commerce application, which datatype is best to for price field?
-
should I use
integerand store everything as cents? or usedecimal? -
is there any disadvantage of using
decimal?
Please or to participate in this conversation.