File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -199,6 +199,11 @@ methods in your application:
199
199
- ``Schema::getTables()``: lists the name and size of each collection by
200
200
using the schema builder
201
201
202
+ .. note::
203
+
204
+ MongoDB is a schemaless database, so the preceding schema builder functions
205
+ query the database data rather than the schema.
206
+
202
207
Example
203
208
```````
204
209
@@ -254,8 +259,8 @@ collection fields:
254
259
255
260
.. note::
256
261
257
- MongoDB is a schemaless database, so the preceding functions query the specified
258
- collection rather than the database schema. If the collection doesn't exist
262
+ MongoDB is a schemaless database, so the preceding functions query the collection
263
+ data rather than the database schema. If the specified collection doesn't exist
259
264
or is empty, these functions return a value of ``false``.
260
265
261
266
Example
You can’t perform that action at this time.
0 commit comments