bigIncrements('id'); $table->string('constituency_fa', 100)->nullable(); $table->integer('province_id')->nullable(); $table->string('province_fa', 100)->nullable(); $table->string('region', 100)->nullable(); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::dropIfExists('constituencies'); } };