c006 / yii2-migration-utility

Automatically writes the create tables for migrations or create tables in general. Uses MySQL
MIT License
64 stars 35 forks source link

DB prefix in addForeignKey #7

Closed loveorigami closed 9 years ago

loveorigami commented 10 years ago

Then I use table with prefix (tbl), I get genereted ForeignKey with mistake

$this->addForeignKey(
'fk_tbl_article_tbl_article_lang', 
'{{%tbl_article_lang}}', 'article_id', 
'{{%tbl_article}}', 'id', 
'CASCADE', 'DELETE' 
);
 // need {{%article}} and {{%article_lang}}
c006 commented 9 years ago

Hi.

Can you post the entire output please or message me if you don't want it public.

Thank you.