Merge branch 'master' of github.com:doctrine/orm-documentation
This commit is contained in:
commit
89b807177e
@ -530,8 +530,8 @@ it is bidirectional.
|
|||||||
targetEntity Customer
|
targetEntity Customer
|
||||||
inversedBy: cart
|
inversedBy: cart
|
||||||
joinColumn:
|
joinColumn:
|
||||||
customer_id:
|
name: customer_id:
|
||||||
referencedColumnName: id
|
referencedColumnName: id
|
||||||
|
|
||||||
Note that the @JoinColumn is not really necessary in this example,
|
Note that the @JoinColumn is not really necessary in this example,
|
||||||
as the defaults would be the same.
|
as the defaults would be the same.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user