I am using liquibase 4.27.0 and mysql-connector-j 8.0.32 that come with spring boot 3.3.3. The entity field is defined as: @NotAudited @Enumerated(EnumType.STRING) private BatchPreviewGenerationStatus ...