Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 98b7568

Browse files
rustagirpaulinevos
authored andcommitted
DOCSP-51402: schema-flexible terminology (#3424)
1 parent 46fa408 commit 98b7568

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

‎docs/database-collection.txt

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -213,8 +213,8 @@ methods in your application:
213213

214214
.. note::
215215

216-
MongoDB is a schemaless database, so the preceding schema builder methods
217-
query the database data rather than the schema.
216+
MongoDB is a schema-flexible database, so the preceding schema
217+
builder methods query the database data rather than the schema.
218218

219219
Example
220220
```````
@@ -269,9 +269,10 @@ collection fields:
269269
- ``Schema::hasColumns(string $<collection>, string[] $<field names>)``:
270270
checks if each specified field exists in at least one document
271271

272-
MongoDB is a schemaless database, so the preceding methods query the collection
273-
data rather than the database schema. If the specified collection doesn't exist
274-
or is empty, these methods return a value of ``false``.
272+
MongoDB is a schema-flexible database, so the preceding methods query
273+
the collection data rather than the database schema. If the specified
274+
collection doesn't exist or is empty, these methods return a value of
275+
``false``.
275276

276277
.. note:: id Alias
277278

‎docs/feature-compatibility.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ Migration Features
201201
------------------
202202

203203
The {+odm-short+} supports all Laravel migration features, but the
204-
implementation is specific to MongoDB's schemaless model.
204+
implementation is specific to MongoDB's schema-flexible model.
205205

206206
Seeding Features
207207
----------------

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /