id('KelurahanId'); $table->unsignedBigInteger('KecamatanId'); $table->foreign('KecamatanId')->references('KecamatanId')->on('Kecamatan')->onDelete('cascade'); $table->string('NamaKelurahan'); $table->timestamps(); }); } /** * Reverse the migrations. */ public function down(): void { Schema::dropIfExists('Kelurahan'); } };