create area for mission and asaynd geometry
This commit is contained in:
@@ -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();
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user