79114388

Date: 2024-10-22 13:55:08
Score: 0.5
Natty:
Report link

For me the following did the thing:

@Type(type = "org.hibernate.type.NumericBooleanType")
@Column(name = "STATUS", columnDefinition = "CHAR(1)", length = 1)
private Boolean status;

Column definition:

STATUS NOT NULL CHAR(1)

Technologies:

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Andrei Manolache