mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-26 14:26:54 +08:00
Fix migration command example in BaseMigrateController (#18978)
This commit is contained in:
@ -632,7 +632,7 @@ abstract class BaseMigrateController extends Controller
|
|||||||
* For example:
|
* For example:
|
||||||
*
|
*
|
||||||
* ```
|
* ```
|
||||||
* yii migrate/create 'app\\migrations\\createUserTable'
|
* yii migrate/create app\\migrations\\createUserTable
|
||||||
* ```
|
* ```
|
||||||
*
|
*
|
||||||
* In case [[migrationPath]] is not set and no namespace is provided, the first entry of [[migrationNamespaces]] will be used.
|
* In case [[migrationPath]] is not set and no namespace is provided, the first entry of [[migrationNamespaces]] will be used.
|
||||||
|
Reference in New Issue
Block a user