Exemple #1
0
 /**
  * Execute a reserch query of the number of the columns
  *
  * @return int number of the columns
  */
 public function countColumns()
 {
     return Schema::tableCountColumns($this->getTable());
 }