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: Implement foreign keys #6

Closed
2 tasks
tshemsedinov opened this issue Sep 10, 2020 · 0 comments
Closed
2 tasks

DDL: Implement foreign keys #6

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

Comments

@tshemsedinov
Copy link
Member

tshemsedinov commented Sep 10, 2020

  • generate CONSTRAINT
  • create entities in certain order

Example:

ALTER TABLE "City" ADD CONSTRAINT "fkCityCountryId"
FOREIGN KEY ("CountryId")
REFERENCES "Country" ("CountryId") ON DELETE CASCADE;
@tshemsedinov tshemsedinov added the enhancement New feature or request label Sep 10, 2020
@tshemsedinov tshemsedinov self-assigned this Sep 10, 2020
tshemsedinov added a commit that referenced this issue Sep 11, 2020
tshemsedinov added a commit that referenced this issue Sep 11, 2020
tshemsedinov added a commit that referenced this issue Sep 11, 2020
tshemsedinov added a commit that referenced this issue Sep 11, 2020
tshemsedinov added a commit that referenced this issue Sep 11, 2020
tshemsedinov added a commit that referenced this issue Sep 11, 2020
tshemsedinov added a commit that referenced this issue Sep 11, 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