We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22cf15e commit 7113792Copy full SHA for 7113792
user_guide_src/source/dbmgmt/migration.rst
@@ -58,7 +58,7 @@ The database connection and the database Forge class are both available to you t
58
``$this->db`` and ``$this->forge``, respectively.
59
60
Alternatively, you can use a command-line call to generate a skeleton migration file.
61
-See **make:migration** in :ref:`command-line-tools` for more details.
+See `make:migration`_ in :ref:`command-line-tools` for more details.
62
63
.. note:: Since the migration class is a PHP class, the classname must be unique in every migration file.
64
0 commit comments