Skip to content

Commit 6bae8bf

Browse files
committed
Fix #330 - Add KEY to CreateDefinition
Signed-off-by: William Desportes <[email protected]>
1 parent 87f1dfa commit 6bae8bf

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/Components/CreateDefinition.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ class CreateDefinition extends Component
5656
'var',
5757
],
5858
'AUTO_INCREMENT' => 3,
59+
'KEY' => 4,
5960
'PRIMARY' => 4,
6061
'PRIMARY KEY' => 4,
6162
'UNIQUE' => 4,

0 commit comments

Comments
 (0)