I have an entity annotated with @Audited which has the following field @Column(nullable = false, columnDefinition = "MEDIUMTEXT") public String text; In main table, the field is created correctly with type "MEDIUMTEXT" while in audited one, this is "VARCHAR". Last known version working is 5.4.10 |