Y
Hacker News
new
|
ask
|
show
|
jobs
by
justsomeuser
1497 days ago
Does it pick up implicitly defined relationships?
E.g if I had some tables with string UUID foreign keys, would it suggest them?
1 comments
aredoubleyou
1497 days ago
Yes, It detects foreign key based relationships automatically.
link
justsomeuser
1497 days ago
But without reading the SQL schema, based on table values only (E.g. there is no FK relationship in the schema, but the same UUID exists in two tables).
link