create area for mission and asaynd geometry

This commit is contained in:
2025-06-09 15:45:51 +03:30
parent 6652ed7e19
commit 1b6870d7f4
5 changed files with 15 additions and 2 deletions

View File

@@ -31,6 +31,7 @@ return new class extends Migration
$table->dateTime('request_date');
$table->text('description')->nullable();
$table->string('end_point');
$table->geometry('area');
$table->timestamps();
});
}