File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -175,7 +175,7 @@ Migration Features
175
175
------------------
176
176
177
177
The {+odm-short+} supports all Laravel migration features, but the
178
- implementation is specific to MongoDB's schemaless model.
178
+ implementation is specific to MongoDB's schema-flexible model.
179
179
180
180
Seeding Features
181
181
----------------
Original file line number Diff line number Diff line change @@ -207,8 +207,8 @@ methods in your application:
207
207
208
208
.. note::
209
209
210
- MongoDB is a schemaless database, so the preceding schema builder methods
211
- query the database data rather than the schema.
210
+ MongoDB is a schema-flexible database, so the preceding schema
211
+ builder methods query the database data rather than the schema.
212
212
213
213
Example
214
214
```````
@@ -265,9 +265,10 @@ collection fields:
265
265
266
266
.. note::
267
267
268
- MongoDB is a schemaless database, so the preceding methods query the collection
269
- data rather than the database schema. If the specified collection doesn't exist
270
- or is empty, these methods return a value of ``false``.
268
+ MongoDB is a schema-flexible database, so the preceding methods query
269
+ the collection data rather than the database schema. If the specified
270
+ collection doesn't exist or is empty, these methods return a value of
271
+ ``false``.
271
272
272
273
Example
273
274
```````
You can’t perform that action at this time.
0 commit comments