Commit 995a922b by Alexander Kochetov

\yii\console\controllers\MigrateController updated

parent a1deac81
...@@ -73,7 +73,7 @@ class MigrateController extends Controller ...@@ -73,7 +73,7 @@ class MigrateController extends Controller
/** /**
* @var string the name of the table for keeping applied migration information. * @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. * @var string the template file for generating new migrations.
* This can be either a path alias (e.g. "@app/migrations/template.php") * This can be either a path alias (e.g. "@app/migrations/template.php")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment