Increase Currency Field Limit

Hello,

I’d like to ask if it is possible to increase currency field limit. On MySQL side it is defined as DECIMAL(18,6) but currently it is not enough for our use case. Is there any configuration or API that can be used to alter all currency columns to larger decimal size?

Thank you.

1 Like

I’m on branch v10 and found Currency field definition:

If I change its value, how to apply to database?

Thank you

I’m on the same issue.
Any help, many thanks