diff --git a/docs/en/reference/annotations-reference.rst b/docs/en/reference/annotations-reference.rst index 27271f491c7..6b1f021f5a3 100644 --- a/docs/en/reference/annotations-reference.rst +++ b/docs/en/reference/annotations-reference.rst @@ -428,7 +428,7 @@ Optional attributes: - ``where``: SQL WHERE condition to be used for partial indexes. It will only have effect on supported platforms. -Example: +Basic example: .. code-block:: php @@ -441,6 +441,19 @@ Example: { } +Example with partial indexes: + +.. code-block:: php + +