mirror of
https://github.com/doctrine/orm.git
synced 2026-03-24 06:52:09 +01:00
Feature request: avoid duplicating index for foreign key column if already covered as primary column by other indexes #6677
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @andig on GitHub (Apr 4, 2021).
I have the following simple
datatable:which gives
Since
data_uniquealready coverschannel_idin the first position, the additionalIDX_ADF3F36372F5A1AAkey onchannel_idshould not be necessary and the on-disk space for that index could be saved.