chenge and debug mission code

This commit is contained in:
2025-06-11 10:30:56 +03:30
parent b3f22d2fdf
commit a861343625
6 changed files with 33 additions and 16 deletions

View File

@@ -12,7 +12,7 @@ return new class extends Migration
public function up(): void
{
Schema::table('missions', function (Blueprint $table) {
$table->geometry('area');
$table->json('area');
});
}