Exemple #1
0
 /**
  * Create a new collection on the schema.
  *
  * @param string $collection
  * @param \Closure $callback
  * @return bool 
  * @static 
  */
 public static function create($collection, $callback = null)
 {
     return \Jenssegers\Mongodb\Schema\Builder::create($collection, $callback);
 }