You might be having problem with sequelize automatically pluralizing your table names in your model. This article will help you fix it. Sometimes you already have your table created in your database already and you want to write a model for it on you...