Set a field to have no default value.
$table: The table to be altered.
$field: The field to be altered.
DatabaseSchemaObjectDoesNotExistException If the specified table or field doesn't exist.
public abstract function fieldSetNoDefault($table, $field);