NAME
DBIx::DBSchema::ColGroup::Index - Index column group object
SYNOPSIS
use DBIx::DBSchema::ColGroup::Index;
# see DBIx::DBSchema::ColGroup methods
DESCRIPTION
DBIx::DBSchema::ColGroup::Index objects represent the (non-unique) indices of a database table (DBIx::DBSchema::Table). DBIx::DBSchema::ColGroup::Index inherits from DBIx::DBSchema::ColGroup.
BUGS
Is this empty subclass needed?
SEE ALSO
DBIx::DBSchema::ColGroup, DBIx::DBSchema::ColGroup::Unique, DBIx::DBSchema::Table, DBIx::DBSchema, FS::Record