File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -35,6 +35,8 @@ Redirect Status Code
3535 always be used when you don't specify a status code. In previous versions,
3636 302 might be changed.
3737
38+ .. _v434-forge-modifycolumn :
39+
3840Forge::modifyColumn()
3941---------------------
4042
Original file line number Diff line number Diff line change @@ -25,6 +25,18 @@ Redirect Status Code
2525 :ref: `ChangeLog v4.3.4 <v434-redirect-status-code >` and if the code is not
2626 what you want, :ref: `specify status codes <response-redirect-status-code >`.
2727
28+ Forge::modifyColumn() and NULL
29+ ==============================
30+
31+ A bug fix may have changed the NULL constraint in the result of
32+ :ref: `$forge->modifyColumn() <db-forge-modifyColumn >`. See
33+ :ref: `Change Log <v434-forge-modifycolumn >`.
34+ To set the desired NULL constraint, change ``Forge::modifyColumn() `` to always
35+ specify the ``null `` value.
36+
37+ Note that the bug may have changed unexpected NULL constraints in previous
38+ versions.
39+
2840Breaking Enhancements
2941*********************
3042
You can’t perform that action at this time.
0 commit comments