From ceac0834e2c95d630602f7ee7a1523ad8043d236 Mon Sep 17 00:00:00 2001 From: Victor Westerlund Date: Thu, 2 Nov 2023 13:29:31 +0100 Subject: [PATCH] feat(doc): add example relationship image --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 170a286..ceedf82 100644 --- a/README.md +++ b/README.md @@ -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" ] ] -``` \ No newline at end of file +```