:) Sorry for my English :(
I'm not a user of RoR, but I saw how friend of me programs :). He generates special files, that tracks changes in his database. After, He runs rake db:migrate and special utility applies changes to a database.
I study Java EE and I want to have the same functionality, because I need to develop my applications on different computers (at home, at my girl home, on a laptop, etc), so I wanna to have same files (with db changes) in VCS directory and apply them on different machines.
I know, that liquibase has that functionality, but I don't want to write XML-files for liquibase manually :(. For DB design I wanna use NetBeans or MySQL Workbench (or similar tools).
If it matters, I use Java EE 6, Netbeans 7.3, MySQL, Windows, MySQL Workbench. What is the best way for me to solve my problem? :)