Skip to content

Commit d89d6fc

Browse files
committed
docs: clarify above
1 parent fab8a3d commit d89d6fc

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

user_guide_src/source/dbmgmt/forge.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,8 @@ There are several things you may wish to do when creating tables. Add
8686
fields, add keys to the table, alter columns. CodeIgniter provides a
8787
mechanism for this.
8888

89+
.. _adding-fields:
90+
8991
Adding Fields
9092
=============
9193

@@ -249,8 +251,8 @@ $forge->addColumn()
249251
-------------------
250252

251253
The ``addColumn()`` method is used to modify an existing table. It
252-
accepts the same field array as above, and can be used for an unlimited
253-
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.
254256

255257
.. literalinclude:: forge/022.php
256258

0 commit comments

Comments
 (0)