I'm working on a project with couple others. We all have local copies of the project, which is also constantly updated via svn repo.
Because we are in the early stage of the development, we often change the schema of our database. This leads to a lot of problem when we sync our code, because we don't have a great way to synchronize our database schemas.
What are some intuitive and easy way to sync frequently changing database schema?
We are working with CakePHP (not sure if this would help me find good solutions).
EDIT
Found some tools to do this type of work in CakePHP: http://book.cakephp.org/view/734/Schema-management-and-migrations
And here is an additional website: http://bakery.cakephp.org/articles/view/cake-db-migrations-v2-1