make branches work
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user