implements options in oracle indexes
[dbsrgits/SQL-Translator.git] / lib / SQL / Translator / Schema / Index.pm
index 583a2d9..4a5237e 100644 (file)
@@ -64,7 +64,7 @@ my %VALID_INDEX_TYPE = (
 # ----------------------------------------------------------------------
 
 __PACKAGE__->_attributes( qw/
-    name type fields table
+    name type fields table options
 /);
 
 =pod