I have “double” type in table and I am trying to save “0.000025” value, at database its showing same as.
but at Entity Object (Cakephp 4.2.0) it’s showing “2.5E-5” instead of “0.000025” and also in form input it’s showing “2.5E-5” as value.
What I am missing here ?
Value in database
Value in entity object

