public DatabaseSchema_mysql::dropUniqueKey(&$ret, $table, $name)
includes/database/mysql/schema.inc, line 330
<?php public function dropUniqueKey(&$ret, $table, $name) { $ret[] = update_sql('ALTER TABLE {' . $table . '} DROP KEY ' . $name); } ?>
Weitere Informationen über Formatierungsoptionen
Kommentare
Kommentar hinzufügen