| Versionen | |
|---|---|
| drupal7 | abstract public DatabaseSchema::dropUniqueKey(&$ret, $table, $name) |
Drop a unique key.
$ret Array to which query results will be added.
$table The table to be altered.
$name The name of the key.
includes/
<?php
abstract public function dropUniqueKey(&$ret, $table, $name);
?>
Kommentare
Kommentar hinzufügen