id(); $table->foreignId('id_produk')->constrained('produks')->cascadeOnDelete(); $table->string('url'); $table->timestamps(); }); } /** * Reverse the migrations. */ public function down(): void { Schema::dropIfExists('fotos'); } };