diff --git a/docs/content/best-practices/modeling.mdx b/docs/content/best-practices/modeling.mdx index 5c0f6070c..237a1b563 100644 --- a/docs/content/best-practices/modeling.mdx +++ b/docs/content/best-practices/modeling.mdx @@ -139,6 +139,7 @@ model type organization relations + define system: [system] define admin: [user] or admin from system define member: [user] ``` @@ -157,15 +158,13 @@ model type organization relations + define system: [system] define parent: [organization] define admin: [user] or admin from system define member: [user] ``` In this case, it's clear that you have two hierarchies, one is recursive and the other is not. - - - ## Related Sections