summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/Statements/CreateStatement.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Statements/CreateStatement.php b/src/Statements/CreateStatement.php
index d5e23ad..85a534f 100644
--- a/src/Statements/CreateStatement.php
+++ b/src/Statements/CreateStatement.php
@@ -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,