Integrity constraint violation: 1452 Cannot add or update a child row:

前端 未结 12 1264
眼角桃花
眼角桃花 2020-11-27 05:32

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.

m

12条回答
  •  轮回少年
    2020-11-27 06:12

    First delete the constraint "fk_comments_projects1" and also its index. After that recreate it.

提交回复
热议问题