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 62fc436 commit 7d69dc6Copy full SHA for 7d69dc6
src/Console/ModelsCommand.php
@@ -510,7 +510,7 @@ public function getPropertiesFromTable($model)
510
$schema = $model->getConnection()->getDoctrineSchemaManager();
511
$databasePlatform = $schema->getDatabasePlatform();
512
$databasePlatform->registerDoctrineTypeMapping('enum', 'string');
513
-
+
514
if (strpos($table, '.')) {
515
[$database, $table] = explode('.', $table);
516
}
0 commit comments