File tree Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Original file line number Diff line number Diff line change @@ -75,7 +75,6 @@ and perform the following operation:
75
75
:method:`db.collection.createIndex()` method or
76
76
:method:`db.collection.insertOne()` method would have created
77
77
the ``myNewDb`` database automatically.
78
- <<<<<<< HEAD
79
78
80
79
You can also create a collection explicitly using
81
80
:method:`db.createCollection` method if you want to specify specific
@@ -86,18 +85,6 @@ or document validation rules:
86
85
87
86
use myNewDB;
88
87
89
- =======
90
-
91
- You can also create a collection explicitly using
92
- :method:`db.createCollection` method if you want to specify specific
93
- :ref:`options<create_collection_parameters>`, such as maximum size
94
- or document validation rules:
95
-
96
- .. code-block:: javascript
97
-
98
- use myNewDB;
99
-
100
- >>>>>>> 275b25d49 (DOCSP-14047 add note about mongoshell to page)
101
88
db.createCollection("myNewCollection1");
102
89
103
90
.. _faq-schema-free:
You can’t perform that action at this time.
0 commit comments