abstract public Schema::fieldSetNoDefault($table, $field)
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.
File
- core/lib/Drupal/Core/Database/Schema.php, line 365
Class
- Schema
- Provides a base implementation for Database Schema.
Namespace
Drupal\Core\Database
Code
abstract public function fieldSetNoDefault($table, $field);
Please login to continue.