| My application has only the following properties, all I can tell you is that with Hibernate 5.2.8, and spring boot. No SQL with the expected "alter table" is shown. If there's a way to get that into a script I'm even more interested, as I need that for the Flyway diffs.
logging.org.hibernate.tool.hbm2ddl=DEBUG
logging.org.hibernate.SQL=DEBUG
spring.jpa.show-sql=true
spring.jpa.properties.hibernate.format_sql=true
spring.jpa.hibernate.ddl-auto=update
spring.jpa.database=MySQL
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.MySQL5Dialect
spring.jpa.properties.generate_statistics=true
...
|