Skip to content

Commit

Permalink
Fix index type is not recognized by parser, Issue#11971
Browse files Browse the repository at this point in the history
  • Loading branch information
007durgesh219 committed Feb 16, 2016
1 parent 66b528d commit f76a62b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Statements/CreateStatement.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ class CreateStatement extends Statement
'EVENT' => 6,
'FUNCTION' => 6,
'INDEX' => 6,
'UNIQUE INDEX' => 6,
'FULLTEXT INDEX' => 6,
'SPATIAL INDEX' => 6,
'PROCEDURE' => 6,
'SERVER' => 6,
'TABLE' => 6,
Expand Down

0 comments on commit f76a62b

Please sign in to comment.