Update bookSeries & bookAuthors table to include createdAt timestamp

This commit is contained in:
advplyr 2023-07-29 17:25:11 -05:00
parent 4dbe8d29d9
commit 4d0acb30ba
9 changed files with 447 additions and 407 deletions

View file

@ -21,7 +21,8 @@ module.exports = (sequelize) => {
}, {
sequelize,
modelName: 'bookAuthor',
timestamps: false
timestamps: true,
updatedAt: false
})
// Super Many-to-Many