/**
  * Drops the database table.
  *
  * @return $this
  */
 public function drop()
 {
     $this->table->drop();
     return $this;
 }