Builds and execute a SQL statement for dropping comment from column
public dropCommentFromColumn ( string $table, string $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. |