I ALWAYS support them. You want your code not going to do something that violates FK rules. If you delete them, nothing prevents the code from posting bad data. In addition, we will use tools such as CodeSmith to help with some of our automation parts, and with the help of CodeSmith, it can automatically generate request procedures for us if we have FK.
In general, I am firmly convinced that the development environment should be a very close cue to the production environment. If you do not have them, it is very possible to have code that will not work, because it violates the FK restriction, and it will work very well in the test.
source
share