示例#1
0
 /**
  * {@see AbstractSchemaManager::dropIndex}
  */
 public function dropIndex($index, $table)
 {
     $this->manager->dropIndex($index, $this->replacePrefix($table));
 }