I am new to Yii(Still Learning) I am following a book tutorial here I did as it was written in the book created a new migrate
yiic migrate create create_issu
I also had the same issue. This got resolved by moving the code to
public function up() { code here }
and executing the migration by the following command
shell> yiic migrate up