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.
1 parent 74ca55e commit 97bc98eCopy full SHA for 97bc98e
docs/query-builder.txt
@@ -191,7 +191,8 @@ the ``title`` value ``"Back to the Future"``:
191
Beginning in {+odm-short+} v4.6, you can use the ``id`` alias to
192
represent the ``_id`` field, as shown in the preceding code. When you
193
run a find operation using the query builder, {+odm-short+}
194
- automatically converts between ``id`` and ``_id``.
+ automatically converts between ``id`` and ``_id``. You cannot have
195
+ two separate ``id`` and ``_id`` fields in your documents.
196
197
.. _laravel-query-builder-logical-and:
198
0 commit comments