mirror of
https://codeberg.org/vlw/php-libinnodb-fk.git
synced 2025-09-13 16:13:41 +02:00
feat(doc): add example relationship image
This commit is contained in:
parent
6ff55577be
commit
ceac0834e2
1 changed files with 2 additions and 2 deletions
|
@ -20,7 +20,7 @@ Remember to pass the database name where InnoDB foreign keys are stored to the 4
|
|||
|
||||
**Example database relationship:**
|
||||
|
||||
[]
|
||||

|
||||
|
||||
## Initialize `ForeignKeys`
|
||||
|
||||
|
@ -70,4 +70,4 @@ $rows = $fk->for("test", "bar")->resolve_all($rows);
|
|||
"value" => "hello world"
|
||||
]
|
||||
]
|
||||
```
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue