Exemple #1
0
 /**
  * Reverse the migrations.
  *
  * @return void
  */
 public function down()
 {
     Schema::table('SomeTable', function (Blueprint $table) {
         //
     });
 }