Bulky
Bulky copied to clipboard
enhancement: currency type are now decimal
tl;dr;
Replace currency type from double to decimal and add a new migration
Models affected
- OrderDerail
- OrderHeader
- Product
- ShoppingCart
Reason
On this doc decimal datatype are appropriate for financial calculations.
Even though it's an educational application, I believe it's highly valuable to utilize data types that are commonly used in production environments