Ben Zhang
Results
1
issues of
Ben Zhang
Like the doc said: https://sequelize.org/docs/v6/other-topics/typescript/ For typescript even those fields are sequelize managed timestamps you will still need the name in the Table.init function ``` createdAt: DataTypes.DATE, updatedAt: DataTypes.DATE ```...