diff --git a/user_guide_src/source/dbmgmt/forge.rst b/user_guide_src/source/dbmgmt/forge.rst index c14664b1ad7c..875d76b267e2 100644 --- a/user_guide_src/source/dbmgmt/forge.rst +++ b/user_guide_src/source/dbmgmt/forge.rst @@ -306,11 +306,11 @@ change the name, you can add a "name" key into the field defining array. a table, if ``null`` is not specified, the column will be ``NULL``, not ``NOT NULL``. -.. note:: Due to a bug, prior v4.3.3, SQLite3 may not set ``NOT NULL`` even if you +.. note:: Due to a bug, prior v4.3.4, SQLite3 may not set ``NOT NULL`` even if you specify ``'null' => false``. -.. note:: Due to a bug, prior v4.3.3, Postgres and SQLSRV set ``NOT NULL`` even - if you specify ``'null' => false``. +.. note:: Due to a bug, prior v4.3.4, Postgres and SQLSRV set ``NOT NULL`` even + if you specify ``'null' => true``. .. _db-forge-adding-keys-to-a-table: