Fix missing :
This commit is contained in:
parent
1502d9b552
commit
7c79985460
1 changed files with 1 additions and 1 deletions
|
@ -295,7 +295,7 @@ The following example sets up such a unidirectional one-to-many association:
|
|||
joinColumns:
|
||||
user_id:
|
||||
referencedColumnName: id
|
||||
inverseJoinColumns
|
||||
inverseJoinColumns:
|
||||
phonenumber_id:
|
||||
referencedColumnName: id
|
||||
unique: true
|
||||
|
|
Loading…
Add table
Reference in a new issue