mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-18 01:07:37 +08:00
adjusted docs about #7347
This commit is contained in:
@ -64,8 +64,9 @@ class MigrateController extends BaseMigrateController
|
|||||||
*/
|
*/
|
||||||
public $templateFile = '@yii/views/migration.php';
|
public $templateFile = '@yii/views/migration.php';
|
||||||
/**
|
/**
|
||||||
* @var Connection|string the DB connection object or the application
|
* @var Connection|array|string the DB connection object or the application component ID of the DB connection to use
|
||||||
* component ID of the DB connection.
|
* when applying migrations. Starting from version 2.0.3, this can also be a configuration array
|
||||||
|
* for creating the object.
|
||||||
*/
|
*/
|
||||||
public $db = 'db';
|
public $db = 'db';
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user