How to support multiple cascade paths ? Introducing FOREIGN KEY constraint may cause cycles or multiple cascade paths

后端 未结 0 1349
栀梦
栀梦 2021-01-07 03:15

I have the following entities:

public class Price 
{
   public int? PricelistId { get; set; }
   public int? AgreementI         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题