Skip to content

Commit 5e6d5c0

Browse files
committed
Key on fk
1 parent 1622b78 commit 5e6d5c0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/Tests/Models/EagerFetchedCompositeOneToMany/SecondLevel.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@
88

99
/**
1010
* @ORM\Entity
11-
* @ORM\Table(name="eager_composite_join_second_level")
11+
* @ORM\Table(name="eager_composite_join_second_level", indexes={
12+
* @ORM\Index(name="root_other_key_idx", columns={"root_other_key", "root_id"})
13+
* })
1214
*/
1315
class SecondLevel
1416
{

0 commit comments

Comments
 (0)