Example #1
0
 /**
  * Run a truncate statement on the table.
  *
  * @return void 
  * @static 
  */
 public static function truncate()
 {
     //Method inherited from \Illuminate\Database\Query\Builder
     \October\Rain\Database\QueryBuilder::truncate();
 }