How get table for such error - SQLSTATE[23000]: Integrity constraint violation: 1062

Viewed 1312

I'm doing migration from Magento 1.9 to 2.1. And I get the following error

[PDOException]                                                                                                                               
SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry '460-13326' for key 'CAT_PRD_ENTT_MDA_GLR_VAL_TO_ENTT_VAL_ID_ENTT_ID'

How can I find which MySQL table relate to this error?

1 Answers
Related