tracking changes made in database structure

后端 未结 7 1456
抹茶落季
抹茶落季 2021-02-06 17:34

How would I be able to track all changes to my database?

I need a way to find out exactly what changes I made to the database so that I can make the same changes on anot

7条回答
  •  陌清茗
    陌清茗 (楼主)
    2021-02-06 17:59

    there is many tools to make data compare : - Database Worbench - EMS sql manager - SQL Maestro - Database comparer

    but this tools can also be used for creating update script

提交回复
热议问题