/**
  *
  * Drops the table needed for the settings of the field
  */
 public function uninstall()
 {
     // pre v1.3.2
     $field = FieldOembed::deleteFieldTable();
     return $field;
 }