@ -55,10 +55,9 @@ public class CustomerProfile {
@Column(name = "CMP_ADDRESS", nullable = true, columnDefinition = FieldNameLength.DESCRIPTION_LONG)
private String cmpAddress;
@Column(name = "CMP_CUSTIMG", nullable = true, columnDefinition = "LONGTEXT")
@Lob
@JsonIgnore
@Basic(fetch = FetchType.LAZY)
private String cmpCustImage;
}