Patches for/with jgoulah:
[dbsrgits/SQL-Translator.git] / lib / SQL / Translator / Schema / Index.pm
index 4a5237e..6c75361 100644 (file)
@@ -59,6 +59,7 @@ my %VALID_INDEX_TYPE = (
     UNIQUE,    1,
     NORMAL,    1,
     FULL_TEXT, 1, # MySQL only (?)
+    SPATIAL,   1, # MySQL only (?)
 );
 
 # ----------------------------------------------------------------------