I\'m using Play! framework 2.0 and I\'m stuck on an annoying issue involving the database.
Suppose I have a User (extends Model) class which ha
User
Model
I suggest you take a look at Liquibase. Liquibase handles database changes, is super flexible and is database independent. I use it in my applications to make sure when I apply a database change things don't get deleted or whatever.