id(); $table->string('nama'); $table->json('coordinate')->nullable(); $table->json('geojson')->nullable(); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::dropIfExists('provinsi'); } }