working on loan orders
This commit is contained in:
@@ -18,10 +18,11 @@ return new class extends Migration
|
||||
$table->string('unique_code')->index()->nullable();
|
||||
|
||||
$table->string('region', 2)->index();
|
||||
$table->foreignId('province_id')->nullable()->constrained()->nullOnDelete();
|
||||
$table->foreignId('province_id')->nullable()->constrained()->restrictOnDelete();
|
||||
|
||||
$table->string('billing_username')->nullable();
|
||||
$table->string('billing_password')->nullable();
|
||||
$table->boolean('active')->default(true);
|
||||
$table->timestamps();
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user