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