<div dir="ltr">I was just reading up on the storage requirements of the MySQL decimal type [1] while staring at vtiger_inventoryproductrel.  It looks like decimal(8,2) will suit our needs, as that will cover quotes up to $999,999.99 using four bytes.  It looks like the vtiger default is decimal(25,3), which uses twelve bytes.  I recognize that conversion rates for non-US currency might cause larger values in this field than we are accustomed to, but do we really envision the need for 9,999,999,999,999,999,999,999.999 in our price columns?<div>
<br></div><div>[1] <a href="http://dev.mysql.com/doc/refman/5.0/en/precision-math-decimal-changes.html">http://dev.mysql.com/doc/refman/5.0/en/precision-math-decimal-changes.html</a><br></div></div>