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

Create relationships between existing columns #203

Closed
PhucNgo1711 opened this issue Jun 24, 2021 · 2 comments
Closed

Create relationships between existing columns #203

PhucNgo1711 opened this issue Jun 24, 2021 · 2 comments

Comments

@PhucNgo1711
Copy link

From the UI, can you create a relationship between 2 existing "non-id" columns?

For example, I have a Vehicle table with 2 columns

VehicleID - pk
VIN

And a Sales table with 2 columns

SaleID - pk
VIN

Is it possible to create a relationship between the 2 tables using the VIN column?

@dineug
Copy link
Owner

dineug commented Jun 24, 2021

That's impossible.

You can take a detour in the following way.

스크린샷 2021-06-24 오후 1 33 31

스크린샷 2021-06-24 오후 1 33 54

스크린샷 2021-06-24 오후 1 34 05

@PhucNgo1711
Copy link
Author

I see. Thanks!

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

2 participants