Describe the bug
The database schema does not currently allow an ingredient to belong to multiple recipes. This is due to a unique constraint being placed on each column of the join table rather than the combination of the two columns.
Additional context
Manifestation of: typeorm/typeorm#7395
Describe the bug
The database schema does not currently allow an ingredient to belong to multiple recipes. This is due to a unique constraint being placed on each column of the join table rather than the combination of the two columns.
Additional context
Manifestation of: typeorm/typeorm#7395