We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 92eb705 + 2609cc9 commit 6b8b0b5Copy full SHA for 6b8b0b5
user_guide_src/source/models/entities.rst
@@ -31,6 +31,8 @@ Assume you have a database table named ``users`` that has the following schema::
31
password - string
32
created_at - datetime
33
34
+.. important:: ``attributes`` is a reserved word for internal use. If you use it as a column name, the Entity does not work correctly.
35
+
36
Create the Entity Class
37
-----------------------
38
0 commit comments