I want to make sure I don't have rounding issues when it comes to storing prices for products in a rails app.
What mysql datatype should I use, and what does it map to in rails?
I want decimal with 10 places for precision.
I want to make sure I don't have rounding issues when it comes to storing prices for products in a rails app.
What mysql datatype should I use, and what does it map to in rails?
I want decimal with 10 places for precision.