id(); $table->timestamps(); $table->string('descrizione'); // $table->foreignId('movimenti_id'); // Aggiunto per definire il nome della cartella $table->string('path'); // $table->string('filename'); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::dropIfExists('documentis'); } }