A dependent property in a ReferentialConstraint is mapped to a store-generated column

后端 未结 13 1468
终归单人心
终归单人心 2020-11-27 17:23

I get this error when writing to the database:

A dependent property in a ReferentialConstraint is mapped to a store-generated column. Column: \'Paym

13条回答
  •  情深已故
    2020-11-27 17:49

    Is it possible that you defined a bad column relation between your tables? different columns and one was set as autonumeric.

    It happened to me.

提交回复
热议问题