This commit is contained in:
2023-11-30 12:35:38 +05:00
parent c3ef45134c
commit 2682c02ab0
5 changed files with 118 additions and 22 deletions

View File

@@ -29,7 +29,7 @@ return new class extends Migration
$table->string('real_address');
$table->string('passport_serie')->index();
$table->integer('passport_id')->index();
$table->string('passport_id')->index();
$table->date('passport_given_at');
$table->string('passport_given_by');