We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5832e03 commit 9c7e2daCopy full SHA for 9c7e2da
reference/constraints/UniqueEntity.rst
@@ -404,8 +404,8 @@ fields configured in the ``fields`` option). The method should return a
404
405
.. warning::
406
407
- This constraint does not support Doctrine types such as ``simple_array``,
408
- ``json``, or ``jsonb``, nor does it handle association mappings like
+ This constraint does not support Doctrine types such as ``simple_array``,
+ ``json``, or ``jsonb``, nor does it handle association mappings like
409
``One-To-Many`` and ``Many-To-Many`` relationships. To perform uniqueness
410
checks on such fields, you must define a custom ``repositoryMethod`` that
411
implements the desired logic.
0 commit comments