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
175175------------------
176176
177177The {+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.
179179
180180Seeding Features
181181----------------
Original file line number Diff line number Diff line change @@ -207,8 +207,8 @@ methods in your application:
207207
208208.. note::
209209
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.
212212
213213Example
214214```````
@@ -265,9 +265,10 @@ collection fields:
265265
266266.. note::
267267
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``.
271272
272273Example
273274```````
You can’t perform that action at this time.
0 commit comments