Skip to content

Commit b5c02e9

Browse files
committed
docs: add a link
1 parent 4b5f556 commit b5c02e9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

user_guide_src/source/dbmgmt/migration.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ as **2022-01-31-013057_AddBlog.php**.
8383
The database connection and the database Forge class are both available to you through
8484
``$this->db`` and ``$this->forge``, respectively.
8585

86-
Alternatively, you can use a command-line call to generate a skeleton migration file. See
87-
below for more details.
86+
Alternatively, you can use a command-line call to generate a skeleton migration file.
87+
See **make:migration** in :ref:`command-line-tools` for more details.
8888

8989
.. note:: Since the migration class is a PHP class, the classname must be unique in every migration file.
9090

@@ -185,6 +185,8 @@ to update the schema::
185185
}
186186
}
187187

188+
.. _command-line-tools:
189+
188190
*******************
189191
Command-Line Tools
190192
*******************

0 commit comments

Comments
 (0)