add description section to second step

This commit is contained in:
2025-04-27 10:51:11 +03:30
parent c754a2a7ba
commit 65375bf399
4 changed files with 23 additions and 22 deletions

View File

@@ -15,6 +15,7 @@ return new class extends Migration
$table->boolean('is_finished')->nullable();
$table->integer('status')->nullable();
$table->string('status_fa')->nullable();
$table->string('operator_description')->nullable();
$table->string('supervisor_description')->nullable();
$table->string('final_description')->nullable();
$table->boolean('need_judiciary')->nullable();