WIP on loan order
This commit is contained in:
@@ -13,7 +13,7 @@ return new class extends Migration
|
||||
{
|
||||
Schema::create('loan_orders', function (Blueprint $table) {
|
||||
$table->id();
|
||||
$table->string('unique_id')->unique();
|
||||
$table->string('unique_id')->nullable()->unique();
|
||||
|
||||
$table->foreignId('loan_type')->constrained()->restrictOnDelete();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user