Skip to content

Fix git conflict #5955

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 8, 2021
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
13 changes: 0 additions & 13 deletions source/faq/fundamentals.txt
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ and perform the following operation:
:method:`db.collection.createIndex()` method or
:method:`db.collection.insertOne()` method would have created
the ``myNewDb`` database automatically.
<<<<<<< HEAD

You can also create a collection explicitly using
:method:`db.createCollection` method if you want to specify specific
Expand All @@ -86,18 +85,6 @@ or document validation rules:

use myNewDB;

=======

You can also create a collection explicitly using
:method:`db.createCollection` method if you want to specify specific
:ref:`options<create_collection_parameters>`, such as maximum size
or document validation rules:

.. code-block:: javascript

use myNewDB;

>>>>>>> 275b25d49 (DOCSP-14047 add note about mongoshell to page)
db.createCollection("myNewCollection1");

.. _faq-schema-free:
Expand Down