Complete migration file

This commit is contained in:
advplyr 2023-03-18 16:56:57 -05:00
parent b8de041497
commit 243bc7b0d0
22 changed files with 1203 additions and 162 deletions

View file

@ -11,6 +11,8 @@ module.exports = (sequelize) => {
}
}, {
sequelize,
timestamps: true,
updatedAt: false,
modelName: 'CollectionBook'
})