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 another server.
For example, if I added a new field in one of the tables, I would like to know what field that was so that I could add that same field to another database.