diff --git a/framework/yii/console/controllers/MigrateController.php b/framework/yii/console/controllers/MigrateController.php index 5651b9c..5730bbd 100644 --- a/framework/yii/console/controllers/MigrateController.php +++ b/framework/yii/console/controllers/MigrateController.php @@ -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")