34k+
News
Guide
API
Wiki
Forum
Community
Places
Members
Hall of Fame
Badges
More
Learn
Books
Resources
Develop
Download Yii
Extensions
Report an Issue
Report a Security Issue
Contribute to Yii
Donate
About
Release Cycle
License
Team
Official Logos and Design
Login
How to change Migration Table name and use defined prefix.
Comparing
#3
with
#4
Revision #4 was created by
jamband
on Apr 11, 2013, 7:07:11 AM.
fix single quote
« Previous (#3)
Content
[...]
```php
// Command Map
'commandMap'=>array(
'migrate'=>array(
'class'=>'system.cli.commands.MigrateCommand',
'
'migrationPath'=>'application.migrations',
'migrationTable'=>'{{migration_history}}',
'connectionID'=>'db',
'templateFile'=>'application.migrations.template',
),
[...]