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

Composite primary keys #450

Closed
jimmycuadra opened this Issue Sep 25, 2016 · 2 comments

Comments

Projects
None yet
2 participants
@jimmycuadra
Contributor

jimmycuadra commented Sep 25, 2016

The table! macro should support composite primary keys and/or there should be documentation on how to do composite primary keys manually. I know this is on the radar, but there isn't an issue for it, so I'm opening this just to track it.

@killercup

This comment has been minimized.

Member

killercup commented Sep 25, 2016

We landed (simple) composite key support for table! in #417 (currently only in master, will be in the next release). Can you try this and see if it works for you?

@jimmycuadra

This comment has been minimized.

Contributor

jimmycuadra commented Sep 25, 2016

Looks like there was already an issue for it that I missed at #42 anyway. Closing this out.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment