Add virtual foreign keys

It is best practice to have foreign keys defined inside your database. However, there are cases when a database does not have any foreign key relationships explicitly defined in the database. For instance, it can be that those relationships are stored in an application layer that runs on top of the database. For these situations, Syntho enables you to add virtual foreign keys, possibly with the help of Syntho's foreign key scanner.

Last updated