File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
user_guide_src/source/dbmgmt Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments