'Sequelize Automatic Model Attributes Mapping to a Table

Is there a way to make Sequelize automatically map model attributes to table columns the same way Eloquent does? I tried not defining properties on Sequelize model the same way I would do it with Eloquent, but it didn't work. I can't seem to find a configuration variable that would enable automatic mapping of the attributes to a table.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source