Foreign key relations page #636
Unanswered
mbos2
asked this question in
Feature Requests
Replies: 2 comments 2 replies
|
HI @mbos2 thanks for dropping in
This sounds like a bug. Can you please open an issue for this, but also provide some steps to replicate + screenshots?
Interesting idea. How would you use this information? Perhaps it's better if we generate this in your code using our (upcoming) CLI? |
1 reply
|
Hello again. |
1 reply
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.
Uh oh!
There was an error while loading. Please reload this page.
Hello.
While adding a foreign key relations between 2 tables, I get the message that FK relations will be added between those 2 tables. But, when I go to the schema I don't see any data about existing relation. It's like it doesn't exist, while in the background it might be there.
UPDATE on upper part: I see that relations are currently not added between table 2 column and table 1 column that is not a primary key.
In addition, could you add an index attribute for all other table columns (that would be optional) so those could be used for foreign key relations?
Also, along with that, it would be nice to have whole section of a list of all FK relations between all tables.
It could be as simple as this:
Relations: table_one - table_two
Those could also be links to open those columns for editing if needed. Furthermore there could be a button to add new relations, a form which would contain 4 fields. Same like when you add FK relation while editing a column.
All reactions