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 f363e14 commit 94372a9Copy full SHA for 94372a9
Doctrine/RouteConditionMetadataListener.php
@@ -57,6 +57,7 @@ public function loadClassMetadata(LoadClassMetadataEventArgs $eventArgs)
57
/** @var $meta OrmClassMetadata */
58
$meta->mapField(array(
59
'fieldName' => 'condition',
60
+ 'columnName' => '`condition`',
61
'type' => 'string',
62
'nullable' => true,
63
));
0 commit comments