abstract public function DatabaseSchema::fieldSetNoDefault

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 476
Generic Database schema code.

Class

DatabaseSchema

Code

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

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/includes!database!schema.inc/function/DatabaseSchema::fieldSetNoDefault/7.x