I created a property called CustomerId in another project. This got made into an FK because it fits a naming rule that infers FKs when it's a combo of a table + identity property. I need to be able to make exceptions in this case to suppress the inferred FK. This is here the inference happens in ModelSync.
I created a property called
CustomerIdin another project. This got made into an FK because it fits a naming rule that infers FKs when it's a combo of a table + identity property. I need to be able to make exceptions in this case to suppress the inferred FK. This is here the inference happens in ModelSync.