Closed Coac closed 5 years ago
Hello,
To avoid Error 'field type conflict' integer/float because of json parser, we can store all the numeric value as float by default.
Error 'field type conflict'
json
Could you add option like cast_number_to_float? If someone stores integer value, this changes breaks existing environment.
cast_number_to_float
Okay added cast_number_to_float param
Thanks!
Hello,
To avoid
Error 'field type conflict'
integer/float because ofjson
parser, we can store all the numeric value as float by default.