I created a customer model, then this is the model
then i tried to insert data into it sequelize command
after i sent the post request to add the data here is what I got sequelize error the name of the model and table is customer (singular) but sequelize is looking for customers (plural).