id(); $table->unsignedInteger('match_id'); $table->unsignedInteger('tournament_id'); $table->timestamps(); } ); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::dropIfExists('match_tournament'); } }