Ejemplo n.º 1
0
 /**
  * Schedule foreign key drop when parent table schema will be saved.
  */
 public function drop()
 {
     $this->table->dropForeign($this->getColumn());
 }