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

DDL: Cross-reference custom primary keys #52

Closed
tshemsedinov opened this issue Oct 8, 2020 · 0 comments
Closed

DDL: Cross-reference custom primary keys #52

tshemsedinov opened this issue Oct 8, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@tshemsedinov
Copy link
Member

tshemsedinov commented Oct 8, 2020

Cross-reference entities should have composite primary key consists of two foreign keys.

({
  company: 'Company',
  city: 'City',

  companyCity: { primary: ['Company', 'City'] },
});
@tshemsedinov tshemsedinov added the enhancement New feature or request label Oct 8, 2020
@tshemsedinov tshemsedinov self-assigned this Oct 8, 2020
@tshemsedinov tshemsedinov changed the title Create cross-reference entities DDL: Create cross-reference entities Oct 8, 2020
@tshemsedinov tshemsedinov changed the title DDL: Create cross-reference entities DDL: Cross-reference custom primary keys Oct 8, 2020
tshemsedinov added a commit that referenced this issue Oct 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant