We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 182d0bd commit a77aad5Copy full SHA for a77aad5
src/Event/EventBuilder.php
@@ -435,6 +435,7 @@ protected function getColumnData(string $colsBitmap): array
435
} else {
436
$values[] = [
437
'name' => $columnDTO->getName(),
438
+ 'field_name' => $columnDTO->getName(),
439
'value' => $value,
440
'length' => strlen($value),
441
'is_primary' => $columnDTO->isPrimary(),
0 commit comments