Skip to content

Commit 4b15314

Browse files
committed
docs: fix incorrect description
DBMS has its own maximum column number in a table.
1 parent 6af6a85 commit 4b15314

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

user_guide_src/source/dbmgmt/forge.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ $forge->addColumn()
252252

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

257257
.. literalinclude:: forge/022.php
258258

0 commit comments

Comments
 (0)