How can I track all changes in my database?
I need a way to find out what changes I made to the database so that I can make the same changes on another server.
For example, if I added a new field to one of the tables, I would like to know which field was such that I could add the same field to another database.
Pranay
source
share