Skip to content

Commit 6b8b0b5

Browse files
authored
Merge pull request #5809 from kenjis/fix-docs-entity
docs: add note about `attributes` in Entity
2 parents 92eb705 + 2609cc9 commit 6b8b0b5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

user_guide_src/source/models/entities.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ Assume you have a database table named ``users`` that has the following schema::
3131
password - string
3232
created_at - datetime
3333

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+
3436
Create the Entity Class
3537
-----------------------
3638

0 commit comments

Comments
 (0)