From 3913e124a75302e9753821278ce13f0e520a18a1 Mon Sep 17 00:00:00 2001 From: Raju Udava <86527202+dstala@users.noreply.github.com> Date: Tue, 27 Jun 2023 11:35:39 +0530 Subject: [PATCH] Update links.md Remove general information about one-one --- packages/noco-docs/content/en/setup-and-usages/links.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/packages/noco-docs/content/en/setup-and-usages/links.md b/packages/noco-docs/content/en/setup-and-usages/links.md index 36c042479d..5bd16d7537 100644 --- a/packages/noco-docs/content/en/setup-and-usages/links.md +++ b/packages/noco-docs/content/en/setup-and-usages/links.md @@ -6,15 +6,12 @@ category: "Product" menuTitle: "Links" --- -### Relationship types: +### Supported relationship types: -- One to one - - A Table record in first table is related to only one record of second table. - - Example: Country has a capital city - One to many - A Table record in first table is related to more than one record of second table. But second table record maps to only one entry of first table - NocoDB refers to this category of relationship as **has many** - - For every **has many** relation defined, NocoDB augments **belongs to** relationship column in the other table automatically + - For every **has many** relation defined, NocoDB augments **belongs to** relationship column in the adjacent table automatically - Example: Country **has many** Cities. (other way mapping > City **belongs to** Country ) - Many to many - A Table record in first table is related to more than one record of second table; second table record can also map to more than on record of first table.