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
A small suggestion for the generator: I prefer to get the table name form the Model, like this:
from http://www.yiiframework.com/extension/database-command/#c11253