add mutator for mission

This commit is contained in:
2025-05-20 10:30:27 +03:30
parent 6c7a969d34
commit 36ebfdadd4
4 changed files with 12 additions and 4 deletions

View File

@@ -23,7 +23,7 @@ return new class extends Migration
$table->string('province_name');
$table->unsignedBigInteger('edare_shahri_id')->nullable();
$table->foreign('edare_shahri_id')->references('id')->on('edarate_shahri')->noActionOnDelete();
$table->string('edare_shahri_name');
$table->string('edare_shahri_name')->nullable();
$table->json('requested_machines');
$table->string('type');
$table->dateTime('start_date');