We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a25f1b commit 698a305Copy full SHA for 698a305
1 file changed
user_guide_src/source/models/model.rst
@@ -180,13 +180,13 @@ $createdField
180
^^^^^^^^^^^^^
181
182
Specifies which database field to use for data record create timestamp.
183
-Leave it empty to avoid updating it (even if ``$useTimestamps`` is enabled).
+Leave it empty (``''``) to avoid updating it (even if ``$useTimestamps`` is enabled).
184
185
$updatedField
186
187
188
Specifies which database field should use for keep data record update timestamp.
189
-Leave it empty to avoid update it (even ``$useTimestamps`` is enabled).
+Leave it empty (``''``) to avoid update it (even ``$useTimestamps`` is enabled).
190
191
$deletedField
192
0 commit comments