string('outcode', 4)->primary(); $table->decimal('lat', 10, 7); $table->decimal('lng', 10, 7); }); } public function down(): void { Schema::dropIfExists('outcodes'); } };