abstract public function Schema::fieldSetNoDefault

Same name in this branch

Set a field to have no default value.

Parameters

$table: The table to be altered.

$field: The field to be altered.

Throws

Drupal\Core\Database\SchemaObjectDoesNotExistException If the specified table or field doesn't exist.

3 methods override Schema::fieldSetNoDefault()

File

drupal/core/lib/Drupal/Core/Database/Schema.php, line 478
Definition of Drupal\Core\Database\Schema

Class

Schema

Namespace

Drupal\Core\Database

Code

public abstract function fieldSetNoDefault($table, $field);