debug code

This commit is contained in:
2025-08-04 12:06:18 +03:30
parent 07d8202469
commit ab6d6f2cb0
15 changed files with 18 additions and 16 deletions

View File

@@ -38,7 +38,10 @@ return new class extends Migration
$table->string('plan_title');
$table->string('address');
$table->string('file');
$table->polygon('polygon');
$table->json('polygon');
$table->boolean('need_road_access')->nullable();
$table->integer('final_decision')->nullable();
$table->string('final_description')->nullable();
$table->timestamps();
});
}