Skip to content

Commit b0af0c1

Browse files
committed
reword, fixes
1 parent 318afdf commit b0af0c1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/fundamentals/database-collection.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -192,11 +192,11 @@ You can list the collections in a database by calling the following
192192
methods in your application:
193193

194194
- ``DB::listCollections()``: lists information about each collection by
195-
using the query builder
195+
using the query builder
196196
- ``Schema::getTablesListing()``: lists the name of each collection by
197-
using the schema builder
197+
using the schema builder
198198
- ``Schema::getTables()``: lists the name and size of each collection by
199-
using the schema builder
199+
using the schema builder
200200

201201
Example
202202
```````
@@ -239,7 +239,7 @@ command, see `Laravel: New DB Commands <https://blog.laravel.com/laravel-new-db-
239239
Call Schema Methods
240240
~~~~~~~~~~~~~~~~~~~
241241

242-
You can list the collections in a database by calling the ``Schema::getColumns()``
242+
You can list the fields in a collection by calling the ``Schema::getColumns()``
243243
schema builder method in your application.
244244

245245
You can also call the following methods to return more information about the

0 commit comments

Comments
 (0)