Skip to content

Commit 4dc8cf6

Browse files
authored
Update README.md
1 parent b9e367d commit 4dc8cf6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -517,6 +517,8 @@ This may lead to the following JSON data:
517517
You see that the "belongsTo" relationships are detected and the foreign key value is replaced by the referenced object.
518518
In case of "hasMany" and "hasAndBelongsToMany" the table name is used a new property on the object.
519519

520+
NB: You need to create a foreign key constraint for the join to work.
521+
520522
### Batch operations
521523

522524
When you want to create, read, update or delete you may specify multiple primary key values in the URL.

0 commit comments

Comments
 (0)