add mutator for mission
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user