id(); $table->date('start_date'); $table->date('end_date'); $table->string('descrizione'); $table->timestamps(); }); } public function down(): void { Schema::dropIfExists('campagne'); } };