Ejemplo n.º 1
0
 /**
  * {@see AbstractSchemaManager::dropAndCreateConstraint}
  */
 public function dropAndCreateConstraint(Constraint $constraint, $table)
 {
     $this->manager->dropAndCreateConstraint($constraint, $this->replacePrefix($table));
 }