doctrine/DoctrineMigrationsBundle

`ORM\UniqueConstraint` ignored `COMMENT ON INDEX`.

atlance opened this issue · 0 comments

ORM\UniqueConstraint(
    columns: [...],
    options: [
        'comment' => '*COMMENT ON INDEX*.' // added or changed ... ignored.
    ]
)

migration diff

[ERROR] No changes detected in your mapping information.

P.S. postgresql.