Example #1
0
 /**
  * Wipe entitys
  *
  * @return bool
  */
 public function wipe()
 {
     $sql = SQL::dropTable($this->entity->name);
     return $this->execute($sql);
 }