File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -38,8 +38,9 @@ This package adds functionalities to the Eloquent model and Query builder for Mo
3838 - [ Basic Usage] ( #basic-usage-2 )
3939 - [ Available operations] ( #available-operations )
4040 - [ Transactions] ( #transactions )
41- - [ Schema] ( #schema )
4241 - [ Basic Usage] ( #basic-usage-3 )
42+ - [ Schema] ( #schema )
43+ - [ Basic Usage] ( #basic-usage-4 )
4344 - [ Geospatial indexes] ( #geospatial-indexes )
4445 - [ Extending] ( #extending )
4546 - [ Cross-Database Relationships] ( #cross-database-relationships )
@@ -1107,7 +1108,7 @@ MongoDB specific operations:
11071108
11081109All other (unsupported) operations are implemented as dummy pass-through methods because MongoDB does not use a predefined schema.
11091110
1110- Read more about the schema builder on [ Laravel Docs] ( https://laravel.com/docs/6.0 /migrations#tables )
1111+ Read more about the schema builder on [ Laravel Docs] ( https://laravel.com/docs/10.x /migrations#tables )
11111112
11121113### Geospatial indexes
11131114
You can’t perform that action at this time.
0 commit comments