We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cb99069 + 40bd88c commit ac50a3eCopy full SHA for ac50a3e
1 file changed
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.
306
a table, if ``null`` is not specified, the column will be ``NULL``, not
307
``NOT NULL``.
308
309
-.. 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
310
specify ``'null' => false``.
311
312
-.. note:: Due to a bug, prior v4.3.3, Postgres and SQLSRV set ``NOT NULL`` even
313
- 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``.
314
315
.. _db-forge-adding-keys-to-a-table:
316
0 commit comments