database-command
database-command copied to clipboard
dynamic table names
A small suggestion for the generator: I prefer to get the table name form the Model, like this:
$this->createTable(ActionHistory::model()->tableName()
from http://www.yiiframework.com/extension/database-command/#c11253