id(); $table->timestamps(); $table->foreignId("evento_id"); $table->string("nombre"); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::dropIfExists('dias'); } }