I'm using the play framework in combination with hibernate, like this official example: https://github.com/playframework/Play20/tree/master/samples/java/computer-database-jpa. When I update a model, e.g. add a property, I get an error message, that the column does not exist. I thought play is automatically migrating the database schema, when the model is modified.
Thanks!