Models should be generated with the option timstamps: false if there are no timestamps in raw database
davidalvarezr opened this issue · 1 comments
davidalvarezr commented
Models should be generated with the option timstamps: false if there are no timestamps in raw database
LiamKarlMitchell commented
Yes had to add timestamps: false
to everything as they have their own date/timestamp columns like LAST_UPDATED and CREATED_ON.
Maybe this is more related to sequelize_auto however?