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 ff612b9 commit 95b0f5cCopy full SHA for 95b0f5c
docs/en/reference/basic-mapping.rst
@@ -239,6 +239,7 @@ Here is a complete list of ``Column``s attributes (all optional):
239
- ``nullable`` (default: ``false``): Whether the column is nullable.
240
- ``insertable`` (default: ``true``): Whether the column should be inserted.
241
- ``updatable`` (default: ``true``): Whether the column should be updated.
242
+- ``generated`` (default: ``null``): Whether the generated strategy should be ``'NEVER'``, ``'INSERT'`` and ``ALWAYS``.
243
- ``enumType`` (requires PHP 8.1 and ``doctrine/orm`` 2.11): The PHP enum class name to convert the database value into.
244
- ``precision`` (default: 0): The precision for a decimal (exact numeric) column
245
(applies only for decimal column),
0 commit comments