sequelize-auto
sequelize-auto copied to clipboard
option to exclude schema when generating models
Hi,
Sometimes schemas are different between dev & production, tables being the same.
Would you please add an option to exclude schema name when generating the model?
There isn't any at https://sequelize.org/master/class/lib/sequelize.js~Sequelize.html#instance-constructor-constructor
Thanks