Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CollectionItem primary key should be its relations (item and user) #26

Open
FOSSforlife opened this issue May 23, 2020 · 0 comments
Open

Comments

@FOSSforlife
Copy link
Member

Right now its primary key (as with all data models that implement Warthog's BaseModel) is an autogenerated ID. We want the primary key to instead be the item and user that the CollectionItem is connected to, because 1) the combination of these is unique, and 2) we want to be able to easily and quickly fetch these CollectionItems by their item and user IDs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant