Texonom
Texonom
/
Engineering
Engineering
/Software Engineering/Programming/Programming Language/Programming Languages/4GL/ECMAScript/
JavaScript
JavaScript
/JS Module/JS Develop Module/Server Node Module/Sequelize/sequelize model/
sequelize paranoid
Search

sequelize paranoid

Creator
Creator
Seonglae ChoSeonglae Cho
Created
Created
2021 Jan 5 2:56
Editor
Editor
Seonglae ChoSeonglae Cho
Edited
Edited
2023 Sep 13 12:32
Refs
Refs
Sequelize
Sequelize supports the concept of tables. A paranoid table is one that, when told to delete a record, it will not truly delete it. Instead, a special column called deletedAt will have its value set to the timestamp of that deletion request. This means that paranoid tables perform a soft-deletion of records, instead of a hard-deletion.
Sequelize
https://sequelize.org/master/manual/paranoid.html
Sequelize

Recommendations

Texonom
Texonom
/
Engineering
Engineering
/Software Engineering/Programming/Programming Language/Programming Languages/4GL/ECMAScript/
JavaScript
JavaScript
/JS Module/JS Develop Module/Server Node Module/Sequelize/sequelize model/
sequelize paranoid
Copyright Seonglae Cho