As a Marketing Cloud customer who uses relational tables for personalized email content, I use fields in relational tables for currency values on orders, and use content>table tags to display those values in email content.
The field type I use is FLOAT to store the currency values.
When I try to store a currency value that is of a rounded nature, example: 65.00, the table rounds the value on save and storage to 65.0, which isn't ideal to display as a currency value in an email. What we want to display is 65.00 and currently we must use some liquid manipulation to arrive at that value, when this should just be supported by the relational table itself.
This request is to simply have the relational table store the value it is provided, including any trailing zeros.