Changes
Title
unchanged
How to change Migration Table name and use defined prefix.
Category
unchanged
How-tos
Yii version
unchanged
Tags
unchanged
migration, table, name, prefix
Content
changed
[...]
```php
// Command Map
'commandMap'=>array(
'migrate'=>array(
'class'=>'system.cli.commands.MigrateCommand','
'migrationPath'=>'application.migrations',
'migrationTable'=>'{{migration_history}}',
'connectionID'=>'db',
'templateFile'=>'application.migrations.template',
),[...]