Take a scenario of deleting a column and recreating with a different datatype. When exporting and importing the solution to another environment it will fail on import. In traditional SQL server based application you might handle this situation by having a migration SQL script to create the column with a different name, migrate any existing data from old to new column, delete old column, rename new column to old name. With Dataverse you don't have that luxury. What is the approach here?


Report
All responses (
Answers (