change code for new position

This commit is contained in:
2025-08-05 15:15:59 +03:30
parent 19638e62c3
commit 99c0a97e78
15 changed files with 337 additions and 35 deletions

View File

@@ -42,7 +42,6 @@ return new class extends Migration
$table->boolean('need_road_access')->nullable();
$table->boolean('is_file_good')->nullable();
$table->boolean('is_possible')->nullable();
$table->string('final_description')->nullable();
$table->timestamps();
});
}