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
I solve this by using Hibernate. It can detect and autocreate missing tables, columns, etc.