add description section to second step
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user