Skip to content

Commit cc47080

Browse files
committed
Merge branch 'master' of github.com:udan11/sql-parser
2 parents aea2afd + 93c37b0 commit cc47080

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Components/Key.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ class Key extends Component
3737
'KEY_BLOCK_SIZE' => array(1, 'var'),
3838
'USING' => array(2, 'var'),
3939
'WITH PARSER' => array(3, 'var'),
40+
'COMMENT' => array(4, 'var='),
4041
);
4142

4243
/**

0 commit comments

Comments
 (0)