No post body was provided.
What is the best way to manage database/table changes across multiple developers?
1–2 of 2 posts
Re: What is the best way to manage database/table changes across multiple developers?
#2We use Subversion, so each developer has a local copy of the code on their machine. They also each have a copy of the database and table structure. What is the best way to manage changes in the database/table structure so that each developer is using the latest db version?