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