sequelize / sequelize-auto

Automatically generate bare sequelize models from your database.
2.88k stars 521 forks source link

fix: #596 #625 createdAt, updatedAt, and deletedAt are missing in ts definition #626

Closed lptai closed 4 days ago

lptai commented 1 year ago

Fix #625 & #596 createdAt and updatedAt fields are missing when enable option timestamp: true

arthurvaverko commented 1 year ago

This is exactly the issue I'm facing .. any due date on this merge ?

syntax-error-1 commented 1 year ago

Same issue