make branches work

This commit is contained in:
2023-11-23 15:50:28 +05:00
parent 7372435e56
commit 143e2af1de
12 changed files with 909 additions and 2 deletions

View File

@@ -18,7 +18,7 @@ return new class extends Migration
$table->string('unique_code')->index()->nullable();
$table->string('region', 2)->index();
$table->foreignId('province_id')->constrained()->nullOnDelete();
$table->foreignId('province_id')->nullable()->constrained()->nullOnDelete();
$table->string('billing_username')->nullable();
$table->string('billing_password')->nullable();