Skip to content

Commit

Permalink
fix view order
Browse files Browse the repository at this point in the history
  • Loading branch information
howyi committed Oct 19, 2018
1 parent 5f8721e commit 852455e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Conv/DatabaseStructureFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ public function create(): void
foreach ($ddls as $name => $ddl) {
if ($ddl->isView()) {
$views[] = $ddl;
continue;
}
self::createTableRecursive($ddls, $name);
}
Expand Down

0 comments on commit 852455e

Please sign in to comment.