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.
I do have a model where I'm changing the @AllowNull attribute from
falsetotrue. After I callgenerateMigration, 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.