Tagged Questions
1
vote
3answers
1k views
How do I create a composite primary key using GORM?
I have three domain classes: Beer, Review, and Reviewer.
I want the Review table to create a many to many relationship between Beer and Reviewer, so I want the primary key of Review to be a composite ...