File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
user_guide_src/source/dbmgmt Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -83,8 +83,8 @@ as **2022-01-31-013057_AddBlog.php**.
8383The 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*******************
189191Command-Line Tools
190192*******************
You can’t perform that action at this time.
0 commit comments