我在下面的实体类之一中有一个属性
@Column(name = "idc_reviewer", columnDefinition="_uuid[]")
private UUID[] reviewer;
在保存实体时,我遇到了错误提示。
ERROR: column "idc_reviewer" is of type uuid[] but expression is of type bytea
Hint: You will need to rewrite or cast the expression.
我尝试用pg-uuid []替换columnDefinition,但是那也不起作用。
软件版本: 休眠状态:5.2.17 SpringBoot:2.0.3