Is there a popular tool for examining the configuration and schema of a database for dubious fields, relationships and configuration, similar to how static analysis tools like lint will flag dubious lines of code?
(I'm not sure that this is technically static, since it would likely connect to a live database server).