increments('id'); $table->string('token', 36)->unique(); $table->string('server', 36); $table->text('path'); $table->timestamps(); }); } /** * Reverse the migrations. */ public function down(): void { Schema::dropIfExists('downloads'); } };