| Versionen | |
|---|---|
| drupal7 | abstract public DatabaseSchema::fieldSetDefault(&$ret, $table, $field, $default) |
Set the default value for a field.
$ret Array to which query results will be added.
$table The table to be altered.
$field The field to be altered.
$default Default value to be set. NULL for 'default NULL'.
includes/
<?php
abstract public function fieldSetDefault(&$ret, $table, $field, $default);
?>
Kommentare
Kommentar hinzufügen