diff --git a/en/reference/association-mapping.rst b/en/reference/association-mapping.rst index d68ede4b7..3dbe7f184 100644 --- a/en/reference/association-mapping.rst +++ b/en/reference/association-mapping.rst @@ -359,7 +359,9 @@ with the following: - + + + @@ -370,6 +372,9 @@ with the following: manyToOne: address: targetEntity: Address + joinColumn: + name: address_id + referencedColumnName: id .. note::