Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Tigrov committed Feb 9, 2025
1 parent bdc9679 commit 8b13965
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Schema.php
Original file line number Diff line number Diff line change
Expand Up @@ -617,7 +617,7 @@ protected function loadTableIndexes(string $tableName): array
`s`.`TABLE_SCHEMA` = COALESCE(:schemaName, DATABASE()) AND
`s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND
`s`.`TABLE_NAME` = :tableName
ORDER BY `index_is_primary` DESC, `s`.`SEQ_IN_INDEX` ASC
ORDER BY `s`.`SEQ_IN_INDEX` ASC
SQL;

$resolvedName = $this->resolveTableName($tableName);
Expand Down

0 comments on commit 8b13965

Please sign in to comment.