When in the field meta there is defaultValue, minValue, maxValue, decimalPlaces, dates and etc,
the data is stored in the database as string, which is incorrect. It should be in the same data type as the expected field value. Example:
Percent field -> defaultValue,minValue and maxValue should be stored as decimal values are stored, not as strings
When in the field meta there is defaultValue, minValue, maxValue, decimalPlaces, dates and etc, the data is stored in the database as string, which is incorrect. It should be in the same data type as the expected field value. Example: Percent field -> defaultValue,minValue and maxValue should be stored as decimal values are stored, not as strings