Skip to content

Describe why a multiple foreign keys should not be created with a new table

Alishan Ladhani requested to merge ali/add-info-about-fk-locking into master

What does this MR do?

Add a couple of sentences to the Migration Style Guide describing why multiple foreign keys should not be created with a new table.

Why is this change being made?

This threw me off in a recent database review because the docs don't go into detail about why we recommend creating foreign keys separately. For the benefit of others, we can say why, not just what.

Does this MR meet the acceptance criteria?

Conformity

Edited by Alishan Ladhani

Merge request reports