From b85c0e41e5a7175c7b3f3eab396e31ae7e74d23c Mon Sep 17 00:00:00 2001 From: Jonas Staudenmeir Date: Mon, 27 Nov 2023 22:12:07 +0100 Subject: [PATCH] Add table of contents --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 2f33309..144b632 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,9 @@ Use this command if you are in PowerShell on Windows (e.g. in VS Code): ## Usage +- [Table Aliases](#table-aliases) +- [Soft Deleting](#soft-deleting) + Consider this `HasManyThrough` relationship: `Country` → has many → `User` → has many → `Post`