mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-21 17:20:57 +08:00
\yii\console\controllers\MigrateController updated
This commit is contained in:
@@ -73,7 +73,7 @@ class MigrateController extends Controller
|
||||
/**
|
||||
* @var string the name of the table for keeping applied migration information.
|
||||
*/
|
||||
public $migrationTable = 'tbl_migration';
|
||||
public $migrationTable = '{{%migration}}';
|
||||
/**
|
||||
* @var string the template file for generating new migrations.
|
||||
* This can be either a path alias (e.g. "@app/migrations/template.php")
|
||||
|
||||
Reference in New Issue
Block a user