#19243·Sylius

BC - doctrine/orm 3.6 - duplicate definition of column 'action' on entity AddressLogEntry

Author: gomcodoctorCreated Sep 19, 2026Updated Sep 19, 2026
LabelsPotential Bug

Sylius version(s) affected

2.2.9

Description

while using doctrine/orm 3.6, it do not allow child class to redefine same field in ORM

AddressLogEntry is redefining same fields which cause duplicate field error

duplicate definition of column 'action' on entity 'Sylius\Component\Addressing\Model\AddressLogEntry' in a field or discriminator column mapping.

How to reproduce

Try installing using doctrine/orm 3.6, it will give error

Possible Solution

Remove duplicate fields from AddressLogEntry.orm.xml

Additional Context

No response