/**
  * {@see AbstractSchemaManager::createIndex}
  */
 public function createIndex(Index $index, $table)
 {
     $this->manager->createIndex($index, $this->replacePrefix($table));
 }