I want to add a new property to an object in my EF model. The property is called "Deleted" and should have default value "false". All previous entries in the database need to be assigned this default value. I am using automatic migration, so changing the ...