Closed loveorigami closed 9 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}}
Hi.
Can you post the entire output please or message me if you don't want it public.
Thank you.
Then I use table with prefix (tbl), I get genereted ForeignKey with mistake