nodejh / sequelize-automate

Automatically generate bare sequelize models from your database.
MIT License
116 stars 22 forks source link

`queryInterface.showAllTables` does not find all tables #19

Closed nodejh closed 4 years ago

nodejh commented 4 years ago

The queryInterface.showAllTables method sometimes returns an empty array for some databases.

Solution: Describe all tables set in options.tables in config file.