Automatically identify foreign keys that do not match schema
In order to understand differences between the current database schema of an installation and the desired and expected schema, we'd like to create tooling around schema validation. In this step, we're going to implement a foreign key schema validation.
Foreign keys validation consists of comparing the list of available foreign keys, and their exact definition against the desired schema.
Edited by Diogo Frazão