I need to set the email field as null in the 'AspNetUsers' table. Sometimes it uses the phone as a username. I use this table for patients some patients do not have an email. So that I need to set the null email field. I test with below code but still not working.
[Required(AllowEmptyStrings=true)]
public override string EmailAddress { get; set; }