Increasing the Visibility of Database Changes in Flyway Development

If you save a metadata ‘model’ for every new version of a database created by Flyway, you can compare the current model to the previous one to see what changed. In turn, you can then generate a database E-R diagram that highlights the changed objects, instantly making those changes visible to other team members

The post Increasing the Visibility of Database Changes in Flyway Development appeared first on SQLServerCentral.

Click here to read the article