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