id(); $table->string('url', 255); $table->foreignId('task_id')->constrained('tasks'); $table->timestamps(); }); } /** * Reverse the migrations. */ public function down(): void { Schema::dropIfExists('files'); } };