Had some lingering text copied from doc for options method.
The following people have contributed to the SQLFairy project:
+- Aaron Schrab <aaron@schrab.com>
- Alexander Hartmaier <abraxxa@cpan.org>
- Allen Day <allenday@users.sourceforge.net>
- Amiri Barksdale <amiri@roosterpirates.com>
my $type = $index->type('unique');
-Get or set the index's options (e.g., "using" or "where" for PG). Returns
+Get or set the index's type.
Currently there are only four acceptable types: UNIQUE, NORMAL, FULL_TEXT,
and SPATIAL. The latter two might be MySQL-specific. While both lowercase