``` class Entity { public OtherEntity OtherEntity { get; set; } } ``` to ``` class Entity { public AnotherEntity OtherEntity { get; set; } } ``` doesn't get spotted by dbm as a change to the foreign key