Add missing generated option to documentation#11613
Conversation
| - ``nullable`` (default: ``false``): Whether the column is nullable. | ||
| - ``insertable`` (default: ``true``): Whether the column should be inserted. | ||
| - ``updatable`` (default: ``true``): Whether the column should be updated. | ||
| - ``generated`` (default: ``null``): Whether the generated strategy should be ``'NEVER'``, ``'INSERT'`` and ``ALWAYS``. |
There was a problem hiding this comment.
NEVER is a valid value so it should be mentioned. A default may change over time.
| - ``nullable`` (default: ``false``): Whether the column is nullable. | ||
| - ``insertable`` (default: ``true``): Whether the column should be inserted. | ||
| - ``updatable`` (default: ``true``): Whether the column should be updated. | ||
| - ``generated`` (default: ``null``): Whether the generated strategy should be ``'NEVER'``, ``'INSERT'`` and ``ALWAYS``. |
There was a problem hiding this comment.
NEVER is a valid value so it should be mentioned. A default may change over time.
|
Please kindly squash your commits together. If you don't, we'll try to remember to do it for you but it's best if you save us this trouble. How to do that?
|
797c6c9 to
95b0f5c
Compare
|
@greg0ire done. PS you can also enable squash or rebase merge in the Github UI in the Settings to merge a pull request via squash or rebased methods. |
|
I know but again…
I cannot guess how you are going to combine the commit messages together. |
The base branch was changed.
|
Thanks @alexander-schranz |
Seems not be documented in: #9118