Final Class Yiisoft\Db\Mysql\IndexMethod
| Inheritance | Yiisoft\Db\Mysql\IndexMethod |
|---|
Defines the available index methods for {@see DDLQueryBuilder::createIndex()} method.
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 |
Signup or Login in order to comment.