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 1622b78 commit 5e6d5c0Copy full SHA for 5e6d5c0
tests/Tests/Models/EagerFetchedCompositeOneToMany/SecondLevel.php
@@ -8,7 +8,9 @@
8
9
/**
10
* @ORM\Entity
11
- * @ORM\Table(name="eager_composite_join_second_level")
+ * @ORM\Table(name="eager_composite_join_second_level", indexes={
12
+ * @ORM\Index(name="root_other_key_idx", columns={"root_other_key", "root_id"})
13
+ * })
14
*/
15
class SecondLevel
16
{
0 commit comments