We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c231c9 commit 5c27204Copy full SHA for 5c27204
src/Schema/Migrator.php
@@ -82,7 +82,7 @@ protected function createSchemaManager(): AbstractSchemaManager
82
83
public function table(string $tableName): self
84
{
85
- $tableName = preg_replace('~^.+\.~', '', $tableName);
+// $tableName = preg_replace('~^.+\.~', '', $tableName);
86
87
$this->table = new Table($this->getDatabasePlatform()->quoteIdentifier($tableName));
88
if ($this->getDatabasePlatform() instanceof MySQLPlatform) {
0 commit comments