Skip to content

Commit e0ff694

Browse files
authored
DOCSP-51402: schema-flexible terminology (#3421)
1 parent 0dc4a99 commit e0ff694

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

docs/feature-compatibility.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ Migration Features
175175
------------------
176176

177177
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.
179179

180180
Seeding Features
181181
----------------

docs/fundamentals/database-collection.txt

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff 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

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

272273
Example
273274
```````

0 commit comments

Comments
 (0)