id(); $table->timestamps(); $table->string('descrizione'); $table->string('path'); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::dropIfExists('documentis'); } }