We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9e367d commit 4dc8cf6Copy full SHA for 4dc8cf6
README.md
@@ -517,6 +517,8 @@ This may lead to the following JSON data:
517
You see that the "belongsTo" relationships are detected and the foreign key value is replaced by the referenced object.
518
In case of "hasMany" and "hasAndBelongsToMany" the table name is used a new property on the object.
519
520
+NB: You need to create a foreign key constraint for the join to work.
521
+
522
### Batch operations
523
524
When you want to create, read, update or delete you may specify multiple primary key values in the URL.
0 commit comments