/**
  * {@see AbstractSchemaManager::dropAndCreateForeignKey}
  */
 public function dropAndCreateForeignKey(ForeignKeyConstraint $foreignKey, $table)
 {
     $this->manager->dropAndCreateForeignKey($foreignKey, $this->replacePrefix($table));
 }