0 follower

Final Class Yiisoft\Db\Mysql\IndexType

InheritanceYiisoft\Db\Mysql\IndexType

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

Constants

Hide inherited constants

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