We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a30328a + 657d11e commit d1147b2Copy full SHA for d1147b2
1 file changed
src/AbstractMigration.php
@@ -45,6 +45,7 @@ public function table(string $tableName, array $options = []): Table
45
}
46
47
$table = new Table($tableName, $options, $this->getAdapter());
48
+ $this->tables[] = $table;
49
50
return $table;
51
0 commit comments