Skip to content

Commit 95b0f5c

Browse files
Add missing generated option
1 parent ff612b9 commit 95b0f5c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/en/reference/basic-mapping.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,7 @@ Here is a complete list of ``Column``s attributes (all optional):
239239
- ``nullable`` (default: ``false``): Whether the column is nullable.
240240
- ``insertable`` (default: ``true``): Whether the column should be inserted.
241241
- ``updatable`` (default: ``true``): Whether the column should be updated.
242+
- ``generated`` (default: ``null``): Whether the generated strategy should be ``'NEVER'``, ``'INSERT'`` and ``ALWAYS``.
242243
- ``enumType`` (requires PHP 8.1 and ``doctrine/orm`` 2.11): The PHP enum class name to convert the database value into.
243244
- ``precision`` (default: 0): The precision for a decimal (exact numeric) column
244245
(applies only for decimal column),

0 commit comments

Comments
 (0)