Set the default value for a field.
$table: The table to be altered.
$field: The field to be altered.
$default: Default value to be set. NULL for 'default NULL'.
Drupal\Core\Database\SchemaObjectDoesNotExistException If the specified table or field doesn't exist.
public abstract function fieldSetDefault($table, $field, $default);