db\Migration dropCommentFromColumn()

dropCommentFromColumn() public method (available since version 2.0.8)

Builds and execute a SQL statement for dropping comment from column

public void dropCommentFromColumn ( $table, $column )
$table string

The table whose column is to be commented. The table name will be properly quoted by the method.

$column string

The name of the column to be commented. The column name will be properly quoted by the method.

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

Please login to continue.