Why does sequelize add timestamp columns(createdAt and updatedAt) by default?

Viewed 380

When we create any table using sequelize it adds two columns by default: createAt & updatedAt.
I know we can set timestamp to false to disable them.
I want to know the significance of them. When and for what they are used by sequelize.

0 Answers
Related