dropCommentFromColumn() public method (available since version 2.0.8)
Builds a SQL command for dropping comment from column
public $this 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. |
return | $this |
The command object itself |
Please login to continue.