Answer the question
In order to leave comments, you need to log in
How to create one:one key in migration in Yii2, but how to create one:many key?
Actually the whole question in the topic.
Thanks in advance.
Answer the question
In order to leave comments, you need to log in
$this->createIndex('index_name', 'user_pa', 'user_id');
$this->addForeignKey('idx_fk_name', 'user_pa', 'user_id', 'user', 'id', 'CASCADE', 'NO ACTION');
create an index, add a key.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question