We recently started using the Data Export Service in our D365 CRM. It works great but I noticed that currency fields are being rounded when exported to Azure SQL db. For instance, we have a fee that is .50 in the CRM but it's rounded to 1.00 in the db. I can see the datatype for the field in the db is set to decimal(38,0) which explains why it's being rounded but I am not sure how that type was set. Any ideas how to adjust it to show as .50 in the db? Thanks!