We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fd1b81 commit b91a3c5Copy full SHA for b91a3c5
docs/feature-compatibility.txt
@@ -65,10 +65,11 @@ Database Features
65
- *Unsupported*
66
67
* - Multi-database Support / Multiple Schemas
68
- - *Unsupported* Laravel uses a dot separator (``.``)
69
- between SQL schema and table names, but MongoDB allows ``.``
70
- characters within collection names, which might lead to
71
- unexpected namespace parsing.
+ - | *Unsupported*
+ | Laravel uses a dot separator (``.``)
+ between SQL schema and table names, but MongoDB allows ``.``
+ characters within collection names, which might lead to
72
+ unexpected namespace parsing.
73
74
Query Features
75
--------------
0 commit comments