| Versionen | |
|---|---|
| drupal7 | public DatabaseSchema_mysql::fieldSetNoDefault(&$ret, $table, $field) |
includes/
<?php
public function fieldSetNoDefault(&$ret, $table, $field) {
$ret[] = update_sql('ALTER TABLE {' . $table . '} ALTER COLUMN ' . $field . ' DROP DEFAULT');
}
?>
Kommentare
Kommentar hinzufügen