-
Nikita Vasilevsky authored
Currently the only way to setup a composite foreign key is to use `query_constraints`. With our intention to decouple `query_constraints` from `foreign_key` we need to allow `foreign_key` to be an Array to preserve the current behavior achieved with `query_constraints`.
Nikita Vasilevsky authoredCurrently the only way to setup a composite foreign key is to use `query_constraints`. With our intention to decouple `query_constraints` from `foreign_key` we need to allow `foreign_key` to be an Array to preserve the current behavior achieved with `query_constraints`.
Loading