Feature #14 : Dokumen Jaminan

This commit is contained in:
Daeng Deni Mardaeni
2024-08-21 13:42:55 +07:00
parent 5c380f5eb6
commit 9c05779fbd
16 changed files with 1052 additions and 247 deletions

View File

@@ -23,10 +23,10 @@
$table->string('email', 100)->nullable();
$table->string('phone', 15)->nullable();
$table->string('nomor_rekening', 50)->nullable();
$table->string('province_code')->index();
$table->string('city_code')->index();
$table->string('district_code')->index();
$table->string('village_code')->index();
$table->string('province_code')->nullable()->index();
$table->string('city_code')->nullable()->index();
$table->string('district_code')->nullable()->index();
$table->string('village_code')->nullable()->index();
$table->string('postal_code', 5)->nullable();
$table->text('address')->nullable();