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
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