Esempio n. 1
0
 /**
  * Drop a collection from the schema.
  *
  * @param string $collection
  * @return bool 
  * @static 
  */
 public static function drop($collection)
 {
     return \Jenssegers\Mongodb\Schema\Builder::drop($collection);
 }