Skip to content

Commit ac50a3e

Browse files
authored
Merge pull request #8441 from kenjis/docs-fix-forge-modifyColumn-notes
docs: fix incorrect descriptions in Forge::modifyColumn() notes
2 parents cb99069 + 40bd88c commit ac50a3e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

user_guide_src/source/dbmgmt/forge.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -306,11 +306,11 @@ change the name, you can add a "name" key into the field defining array.
306306
a table, if ``null`` is not specified, the column will be ``NULL``, not
307307
``NOT NULL``.
308308

309-
.. note:: Due to a bug, prior v4.3.3, SQLite3 may not set ``NOT NULL`` even if you
309+
.. note:: Due to a bug, prior v4.3.4, SQLite3 may not set ``NOT NULL`` even if you
310310
specify ``'null' => false``.
311311

312-
.. note:: Due to a bug, prior v4.3.3, Postgres and SQLSRV set ``NOT NULL`` even
313-
if you specify ``'null' => false``.
312+
.. note:: Due to a bug, prior v4.3.4, Postgres and SQLSRV set ``NOT NULL`` even
313+
if you specify ``'null' => true``.
314314

315315
.. _db-forge-adding-keys-to-a-table:
316316

0 commit comments

Comments
 (0)