How do I specify ON DELETE NO ACTION Foreign Key Constraint in my model designs?
At present, I have:
public class Status { [Required] public
add this line to end of the field in the context;
.OnDelete(DeleteBehavior.Restrict);