1.20.x schema.inc abstract public DatabaseSchema::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

DatabaseSchemaObjectDoesNotExistException If the specified table or field doesn't exist.

File

includes/database/schema.inc, line 541
Generic Database schema code.

Class

DatabaseSchema
Base class for database schema definitions.

Code

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