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 444a911 commit 757c1ddCopy full SHA for 757c1dd
src/Utils/ColumnsReorderer.php
@@ -48,7 +48,8 @@ private static function reorderColumnsForTable(Table $table): void
48
* @param Table $table
49
* @return Column[]
50
*/
51
- private static function getColumnsInExpectedOrder(Table $table): array {
+ private static function getColumnsInExpectedOrder(Table $table): array
52
+ {
53
$primaryKey = $table->getPrimaryKey();
54
if ($primaryKey !== null) {
55
$pkColumns = $primaryKey->getUnquotedColumns();
0 commit comments