We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b0e6cd commit 3e0ae7fCopy full SHA for 3e0ae7f
src/main/java/ru/mystamps/web/entity/Collection.java
@@ -53,7 +53,7 @@ public class Collection {
53
54
@ManyToMany
55
@JoinTable(
56
- joinColumns = @JoinColumn(name = "collection_id"),
+ joinColumns = @JoinColumn(name = "collection_id"),
57
inverseJoinColumns = @JoinColumn(name = "series_id"),
58
uniqueConstraints = @UniqueConstraint(
59
name = "uc_collections_series_collection_id_series_id",
0 commit comments