| Hi, it doesn't work also with Spring Boot 1.5.9, Hibernate 5.2.12 (mapped to a PostgreSQL 10 DB). It seems the @Column(unique = true) setting is ignored. As a workaround, the `determineUniqueKeyName` method is called when the unique constraint is defined at the table level: @Table(uniqueConstraints = @UniqueConstraint(...)). |