sequelize-typescript-migration
sequelize-typescript-migration copied to clipboard
Doesn't detect changes for the AllowNull attribute
I do have a model where I'm changing the @AllowNull attribute from false
to true
. After I call generateMigration
, I do see a new migration file is created, but inside is empty.
I did check the database and the respective columns are allowing null, so they shall be detected as changed.
Please check.