Add ability to exclude tables from the results. For example, prevent migration tables from showing up. Could be added as a key in the config file ``` { ... "exclude": ["migrations"] } ```