Do you know any applications to synchronize two databases - during development sometimes it\'s required to add one or two table rows or new table or column.
Usually I write
You could add some automation to your current way of doing things by using dbDeploy or a similar script. This will allow you to keep track of your schema changes and to upgrade/rollback your schema as you see fit.