Feature #14 : Dokumen Jaminan
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user