Hi,
For one of my customers I'm synchronizing an on-prem SQL server to the dataverse.
The database consists of all types of data, including floating point numbers.
When I set up the dataflow, the floats in the SQL database got a 'floating point number' label in the dataverse, which seemed fine.
Until the sync started sync'ing and I got loads of errors because the default column minimum value is set to 0.
All negative numbers got an error.
Of course, I could change this manually, but that's a lot of columns and not really future proof (a lot of new clients will be on-boarded to this client of mine). So how do I go about changing all float columns of all tables in an environment (plus future ones if possible) to have float values ranging from -10000000 to 1000000 (the min/max)?
Thanks for your help!