| Versionen | |
|---|---|
| drupal7 | abstract public DatabaseSchema::addPrimaryKey(&$ret, $table, $fields) |
Add a primary key.
$ret Array to which query results will be added.
$table The table to be altered.
$fields Fields for the primary key.
includes/
<?php
abstract public function addPrimaryKey(&$ret, $table, $fields);
?>
Kommentare
Kommentar hinzufügen