This commit is contained in:
2025-08-27 10:43:40 +03:30
parent 5804b394a2
commit 9a6701288d
6 changed files with 66 additions and 14 deletions

View File

@@ -43,6 +43,8 @@ return new class extends Migration
$table->string('payment_amount')->nullable();
$table->boolean('need_access_road')->nullable();
$table->boolean('access_road_allowed')->nullable();
$table->string('lat')->nullable();
$table->string('lng')->nullable();
$table->timestamps();
});
}