SQLSTATE[23000]: Integrity constraint violation: 1452 Cannot add or update a child row: a foreign key constraint fails

前端 未结 7 1202
天命终不由人
天命终不由人 2020-12-06 17:01

I am trying to insert values into my comments table and I am getting a error. Its saying that I can not add or update child row and I have no idea what that means. My schema

7条回答
  •  感情败类
    2020-12-06 17:07

    In my case the references values does not corresponding on the related table. Just be sure the values exist on reference table and currents rows has corresponding valid values.

提交回复
热议问题