dropCommentFromTable() public method (available since version 2.0.8)
Builds a SQL statement for dropping comment from table
public void dropCommentFromTable ( $table ) | ||
---|---|---|
$table | string |
The table whose column is to be commented. The table name will be properly quoted by the method. |
Please login to continue.