Skip to content

Commit

Permalink
docs: fix incorrect description
Browse files Browse the repository at this point in the history
DBMS has its own maximum column number in a table.
  • Loading branch information
kenjis committed Feb 10, 2023
1 parent 6af6a85 commit 4b15314
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion user_guide_src/source/dbmgmt/forge.rst
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ $forge->addColumn()

The ``addColumn()`` method is used to modify an existing table. It
accepts the same field array as :ref:`Creating Tables <adding-fields>`, and can
be used for an unlimited number of additional fields.
be used to add additional fields.

.. literalinclude:: forge/022.php

Expand Down

0 comments on commit 4b15314

Please sign in to comment.