Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions user_guide_src/source/models/entities.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ Assume you have a database table named ``users`` that has the following schema::
password - string
created_at - datetime

.. important:: ``attributes`` is a reserved word for internal use. If you use it as a column name, the Entity does not work correctly.

Create the Entity Class
-----------------------

Expand Down