feat(doc): add example relationship image

This commit is contained in:
Victor Westerlund 2023-11-02 13:29:31 +01:00 committed by GitHub
parent 6ff55577be
commit ceac0834e2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,7 +20,7 @@ Remember to pass the database name where InnoDB foreign keys are stored to the 4
**Example database relationship:**
[]
![image](https://github.com/VictorWesterlund/php-libinnodb-fk/assets/35688133/303a1530-44af-4749-ac6e-d9506f6f847a)
## Initialize `ForeignKeys`
@ -70,4 +70,4 @@ $rows = $fk->for("test", "bar")->resolve_all($rows);
"value" => "hello world"
]
]
```
```