We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ece0c76 commit fc1870bCopy full SHA for fc1870b
1 file changed
user_guide_src/source/dbmgmt/forge.rst
@@ -254,6 +254,9 @@ The ``addColumn()`` method is used to modify an existing table. It
254
accepts the same field array as :ref:`Creating Tables <adding-fields>`, and can
255
be used to add additional fields.
256
257
+.. note:: Unlike when creating a table, if ``null`` is not specified, the column
258
+ will be ``NULL``, not ``NOT NULL``.
259
+
260
.. literalinclude:: forge/022.php
261
262
If you are using MySQL or CUBIRD, then you can take advantage of their
0 commit comments