Database versioning is quite dificult issue, which must be solved in almost every software-development companies. Goal is to maintain synchronization between database structure There are more ways, how to achieve do this, but generally it belongs is one of following category:
The first way is simplier, but there are lot of problems with synchronization of developers, and when moving database to production environment. Better way is to maintain scripts for updating database, which can each developer run on it's our instance. DatAdmin offers powerful tool, which can help with this task.
This tool can:
Database versioning is contained only in Ultimate edition.