Hibernate 5 hbm2ddl.auto=update doesn't work

I did solve the problem. I updated the version of my Postgresql driver at POM.

org.postgresql postgresql 42.2.2

after the update, the new column was correctly inserted into the table.