0 follower

Final Class Yiisoft\Db\Constant\IndexType

InheritanceYiisoft\Db\Constant\IndexType

Defines the available index types for {@see DDLQueryBuilderInterface::createIndex()} method.

Use driver specific implementations for other supported types if any.

Constants

Hide inherited constants

Constant Value Description Defined By
UNIQUE 'UNIQUE' Define the type of the index as UNIQUE. Yiisoft\Db\Constant\IndexType