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