JSON subfield considered as integer instead of float generates a crash

I have a subfield in a JSON structure of a JSON column (PostgreSQL) that has been considered as "integer" (because most of their values are simple integers). Still, it's a float, because sometimes it's 10.5. I can not edit the type of a data anywhere even in admin.

It generates a crash on display for the table :point_down:

Can I change this in order to make it work? If I display data that does not contain float, it works.

It's my first question here, let me know if you need more info!

I believe then that the fingerprinting chose a wrong base type. Go to the database and edit this data type (base type) to see if that fixes the issue

1 Like