0 follower

Final Class Yiisoft\Db\Mysql\IndexMethod

InheritanceYiisoft\Db\Mysql\IndexMethod

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

Constants

Hide inherited constants

Constant Value Description Defined By
BTREE 'BTREE' Define the method of the index as BTREE. Yiisoft\Db\Mysql\IndexMethod
HASH 'HASH' Define the method of the index as HASH. Yiisoft\Db\Mysql\IndexMethod