I am using EF core with MVC. I just changed a column(of type int) from non nullable(int) to nullable(int?). The column was used as a foreign key.
like