Drop a field.
$table: The table to be altered.
$field: The field to be dropped.
TRUE if the field was successfully dropped, FALSE if there was no field by that name to begin with.
public abstract function dropField($table, $field);