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.
fetchAll
fetchAllAssociative
1 parent a5f809a commit b34ea46Copy full SHA for b34ea46
src/Tracer.php
@@ -103,7 +103,7 @@ private function extractColumns(Model $model)
103
});
104
105
if ($uses_enums) {
106
- $definitions = $model->getConnection()->getDoctrineConnection()->fetchAll($schema->getDatabasePlatform()->getListTableColumnsSQL($table, $database));
+ $definitions = $model->getConnection()->getDoctrineConnection()->fetchAllAssociative($schema->getDatabasePlatform()->getListTableColumnsSQL($table, $database));
107
108
collect($columns)->filter(function ($column) {
109
return $column->getType() instanceof \Blueprint\EnumType;
0 commit comments