Skip to content

Commit a77aad5

Browse files
committed
[fix] Compatible with aliyun DTS
1 parent 182d0bd commit a77aad5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Event/EventBuilder.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -435,6 +435,7 @@ protected function getColumnData(string $colsBitmap): array
435435
} else {
436436
$values[] = [
437437
'name' => $columnDTO->getName(),
438+
'field_name' => $columnDTO->getName(),
438439
'value' => $value,
439440
'length' => strlen($value),
440441
'is_primary' => $columnDTO->isPrimary(),

0 commit comments

Comments
 (0)