Data too long for column
一篇文章的正文,需要很多字数,默认就是255,不够
@Lob
@Basic
@Type(type = "text")
@Column(name = "detail", nullable = true)
public String getDetail() {
return detail;
}

一篇文章的正文,需要很多字数,默认就是255,不够
@Lob
@Basic
@Type(type = "text")
@Column(name = "detail", nullable = true)
public String getDetail() {
return detail;
}
