I have a Postgres schema which looks like:
The problem is that whenever I
We had this same issue. We solved it adding 'length' to entity attribute definition:
@Column(columnDefinition="text", length=10485760) private String configFileXml = "";