db\Migration dropIndex()

dropIndex() public method

Builds and executes a SQL statement for dropping an index.

public void dropIndex ( $name, $table )
$name string

The name of the index to be dropped. The name will be properly quoted by the method.

$table string

The table whose index is to be dropped. The name will be properly quoted by the method.

doc_Yii
2016-10-30 16:58:11
Comments
Leave a Comment

Please login to continue.