id(); $table->dateTime('date')->nullable(); $table->unsignedInteger('match_id')->nullable(); $table->string('path'); $table->timestamps(); } ); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::dropIfExists('videos'); } }