Browse Source

Update links.md

Remove general information about one-one
pull/5848/head
Raju Udava 1 year ago committed by GitHub
parent
commit
3913e124a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 7
      packages/noco-docs/content/en/setup-and-usages/links.md

7
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.

Loading…
Cancel
Save