Skip to content

Commit f76a62b

Browse files
committed
Fix index type is not recognized by parser, Issue#11971
1 parent 66b528d commit f76a62b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

‎src/Statements/CreateStatement.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@ class CreateStatement extends Statement
5353
'EVENT' => 6,
5454
'FUNCTION' => 6,
5555
'INDEX' => 6,
56+
'UNIQUE INDEX' => 6,
57+
'FULLTEXT INDEX' => 6,
58+
'SPATIAL INDEX' => 6,
5659
'PROCEDURE' => 6,
5760
'SERVER' => 6,
5861
'TABLE' => 6,

0 commit comments

Comments
 (0)