Programming

column-relation-sequelize

Column “updated_at”/ “created_at” of relation does not exist in sequelize

In sequelize, when we create a model, there are two columns that are automatically added to our model i.e. updated_at and created_at. While defining a model, if we don’t provide these two fields then we get an error saying that column updated_at/created_at of relation does not exist in sequelize and we keep on thinking that …

Column “updated_at”/ “created_at” of relation does not exist in sequelize Read More »