An attribute was originally "required", but later changed to "nullable", however, the migration file generated by EF Core did not remove the "required configuration" for that column.
Reference: https://stackoverflow.com/a/64790038/7712266
An attribute was originally "required", but later changed to "nullable", however, the migration file generated by EF Core did not remove the "required configuration" for that column.
Reference: https://stackoverflow.com/a/64790038/7712266