Bulky icon indicating copy to clipboard operation
Bulky copied to clipboard

enhancement: currency type are now decimal

Open leo-tavares opened this issue 2 years ago • 0 comments

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

leo-tavares avatar Feb 19 '23 14:02 leo-tavares