sequelize-typescript-migration icon indicating copy to clipboard operation
sequelize-typescript-migration copied to clipboard

Doesn't detect changes for the AllowNull attribute

Open integral-llc opened this issue 3 years ago • 0 comments

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.

integral-llc avatar Aug 18 '21 03:08 integral-llc