79461130

Date: 2025-02-23 11:17:37
Score: 0.5
Natty:
Report link

The issue back again in Spring Boot v3.3.8, Spring v6.1.16, Hibernate ORM core version 6.5.3.Final As a workaround explicitly set a lengh for text column

@Column(name = "name", nullable = false, columnDefinition = "text", length = 2147483647)
private String name;
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Volodymyr