We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44a57f5 commit ef91b44Copy full SHA for ef91b44
src/Schema/Builder.php
@@ -152,7 +152,7 @@ public function getTables($schema = null)
152
foreach ($db->listCollections() as $collectionInfo) {
153
$collectionName = $collectionInfo->getName();
154
155
- // Skip views it doesnt suport aggregate
+ // Skip views, which don't support aggregate
156
if ($collectionInfo->getType() === 'view') {
157
continue;
158
}
0 commit comments