@Column(columnDefinition = "text") private String description; ... } Which works nicely, BUT: Now I'm stuck with databases which have a text type (and is also ...
確定! 回上一頁