BF index too long
This commit is contained in:
parent
d13945a731
commit
23a85762a5
|
|
@ -131,7 +131,7 @@ return new class extends Migration
|
||||||
$table->timestamps();
|
$table->timestamps();
|
||||||
|
|
||||||
$table->index('currency');
|
$table->index('currency');
|
||||||
$table->index(['purchasable_type', 'purchasable_id', 'is_default', 'active']);
|
$table->index(['purchasable_type', 'purchasable_id', 'is_default', 'active'], 'pp_purchasable_default_active_idx');
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue