Primary Key vs Unique Keys redundancy #15
dmzolotarev
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
The current spec and examples show redundancy between
primary_keyandunique_keys:Should it be duplicated in unique_keys, since primary key should always be a unique key as well?
We could either:
primary_keyandunique_keysinto a single keys structure with aprimary: trueflag?All reactions