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.
2 parents 348ddac + 3ebc5dc commit daae9fcCopy full SHA for daae9fc
1 file changed
src/Components/AlterOperation.php
@@ -70,6 +70,10 @@ class AlterOperation extends Component
70
1,
71
'var=',
72
],
73
+ 'ALGORITHM' => [
74
+ 1,
75
+ 'var=',
76
+ ],
77
'AUTO_INCREMENT' => [
78
79
@@ -82,6 +86,10 @@ class AlterOperation extends Component
82
86
83
87
'var',
84
88
89
+ 'LOCK' => [
90
91
92
85
93
'MAX_ROWS' => [
94
95
0 commit comments