Skip to content

Commit

Permalink
Support ALGORITHM and LOCK options in ALTER TABLE statements
Browse files Browse the repository at this point in the history
  • Loading branch information
Tithugues committed Apr 13, 2023
1 parent c1cf0ba commit 3ebc5dc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/Components/AlterOperation.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,10 @@ class AlterOperation extends Component
1,
'var=',
],
'ALGORITHM' => [
1,
'var=',
],
'AUTO_INCREMENT' => [
1,
'var=',
Expand All @@ -78,6 +82,10 @@ class AlterOperation extends Component
1,
'var',
],
'LOCK' => [
1,
'var=',
],
'MAX_ROWS' => [
1,
'var',
Expand Down

0 comments on commit 3ebc5dc

Please sign in to comment.