bigIncrements('id'); // $table->bigInteger("city_id")->unsigned(); // $table->foreign("city_id") // ->references('id') // ->on("cities")->onDelete("cascade"); // $table->string("name"); // }); } /** * Reverse the migrations. * * @return void */ public function down() { // Schema::dropIfExists('subdistricts'); } }