Skip to content

Commit f9a0f67

Browse files
committed
Fixing DB column name collision with reserved words (key).
1 parent 9b754b7 commit f9a0f67

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/model/entity/GroupExternalAttribute.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ class GroupExternalAttribute implements JsonSerializable
3838
protected $service;
3939

4040
/**
41-
* @ORM\Column(type="string", length=32)
41+
* @ORM\Column(name="`key`", type="string", length=32)
4242
* Key of the attribute under which it can be searched.
4343
*/
4444
protected $key;

0 commit comments

Comments
 (0)