id(); $table->dateTime('dia'); }); } /** * Reverse the migrations. */ public function down(): void { Schema::dropIfExists('incidencias'); } };