Open loganliffick opened 5 months ago
One cool thing I've noticed here is how Sequelize has these identified as different objects when you use the DataTypes
class. That allows for additional checks with specific dialects if you so want!
https://github.com/sequelize/sequelize/blob/main/packages/core/src/abstract-dialect/data-types.ts
Describe the bug When generating models, certain type declarations are omitted, specifically noted with
Date
andnumber
.Please note: this may just be a SQLite issue.
To Reproduce
number
sync-models
in your app./models
and see if column type shows correctly (if I'm correct, it won't)