We're automating schema migration based on JPA model. Currently the column definition is not updates, so after creating column `varchar(32)` it not possible to automatically update it to `varchar(1024)`. Maybe adding a configuration property like `hibernate.hbm2ddl.update-column-definitions` is a good idea? |