We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fab8a3d commit d89d6fcCopy full SHA for d89d6fc
1 file changed
user_guide_src/source/dbmgmt/forge.rst
@@ -86,6 +86,8 @@ There are several things you may wish to do when creating tables. Add
86
fields, add keys to the table, alter columns. CodeIgniter provides a
87
mechanism for this.
88
89
+.. _adding-fields:
90
+
91
Adding Fields
92
=============
93
@@ -249,8 +251,8 @@ $forge->addColumn()
249
251
-------------------
250
252
253
The ``addColumn()`` method is used to modify an existing table. It
-accepts the same field array as above, and can be used for an unlimited
-number of additional fields.
254
+accepts the same field array as :ref:`Creating Tables <adding-fields>`, and can
255
+be used for an unlimited number of additional fields.
256
257
.. literalinclude:: forge/022.php
258
0 commit comments