camunda version is 7.13.0 and database is openGauss 5.0.0 build a07d57c3
insert into ACT_GE_BYTEARRAY(
ID_,
NAME_,
BYTES_,
DEPLOYMENT_ID_,
GENERATED_,
TENANT_ID_,
TYPE_,
CREATE_TIME_,
REV_)
values (
‘fb5cfc21-47f1-11ef-bec0-005056c00008’,
‘workflow/demo_1.bpmn’,
?,
‘fb5c5fe0-47f1-11ef-bec0-005056c00008’,
‘0’,
NULL,
‘1’,
‘2024-07-22 14:16:50.164+08’,
1) was aborted: [10.4.194.154:55403/10.19.28.67:15432] ERROR: column “bytes_” is of type bytea but expression is of type blob
建议:You will need to rewrite or cast the expression.
位置:235
在位置:referenced column: bytes_ Call getNextException to see other errors in the batch.