This commit is contained in:
2025-11-10 17:58:06 +05:00
parent 60f7efd6ba
commit 8c24f00382
3 changed files with 18 additions and 4 deletions

View File

@@ -16,7 +16,7 @@ return new class extends Migration
$table->string('unique_id')->nullable()->unique();
$table->string('type')->nullable();
$table->string('passport_name')->nullable();
$table->string('passport_surname')->nullable();
$table->string('phone')->nullable();