Exemple #1
0
 /**
  * Drop all undeclared columns
  */
 public static function dropMissing()
 {
     Schema::dropMissing();
 }