Yii Migration, Tables are not created

后端 未结 7 1931
日久生厌
日久生厌 2021-01-03 15:34

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         


        
7条回答
  •  感动是毒
    2021-01-03 15:55

    Check the config/console.php file Change the dbname, the username and password. This is the file that the yiic command uses, not config/main.php It should work now

提交回复
热议问题