Decimal Fields Again
-
Hi Roland
I want to change the decimal accuracy of my decimal fields and you advised that I can change the precision of the decimal field by editing the field datatype in the database directly using phpMyAdmin. This post discusses setting up the datatype: https://xnau.com/setting-up-a-currency-or-other-decimal-type-field/The default accuracy was 14,4 for the fields in question. I changed these to 10,6 which would allow values of 180.123456. For some reason, after I change the fields using phpMyAdmin the fields later change back to their initial value of 14,4. So what am I doing wrong and how do I permanently change the accuracy of these fields?
Thanks
The topic ‘Decimal Fields Again’ is closed to new replies.