You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/getting-started/modeling.mdx
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,7 +60,9 @@ The first step to building Permify Schema is creating entities. An entity is an
60
60
61
61
Think of entities as tables in your database. It is strongly recommended to name entities the same as the corresponding database table name. Doing so allows you to model and reason about your authorization and eliminate the possibility of error.
62
62
63
-
You can create entities using the `entity` keyword. Let's create some entities for our example GitHub authorization logic.
63
+
You can create entities using the `entity` keyword. Entity names may contain only letters and underscores and must be at most 64 characters long.
64
+
65
+
Let's create some entities for our example GitHub authorization logic.
0 commit comments