Final Class Yiisoft\Db\Constant\IndexType
| Inheritance | Yiisoft\Db\Constant\IndexType |
|---|
Defines the available index types for {@see DDLQueryBuilderInterface::createIndex()} method.
Use driver specific implementations for other supported types if any.
Constants
| Constant | Value | Description | Defined By |
|---|---|---|---|
| UNIQUE | 'UNIQUE' |
Define the type of the index as UNIQUE.
|
Yiisoft\Db\Constant\IndexType |
Signup or Login in order to comment.